Class ItemsData
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemsData
Inheritance: System.Object -> ItemsData
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ItemsData
public ItemsData()
Properties
Surfaces
public Dictionary<string, ItemDataCollection> Surfaces { get; set; }
Placeholders
public Dictionary<string, string> Placeholders { get; set; }
DataItems
public IDictionary<string, JToken> DataItems { get; set; }
RootItems
public ItemDataCollection RootItems { get; set; }
Methods
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode