Class ItemsData
Inheritance
System.Object
ItemsData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemsData
Constructors
ItemsData()
Declaration
public ItemsData()
Properties
DataItems
Declaration
public IDictionary<string, JToken> DataItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, Newtonsoft.Json.Linq.JToken> |
Placeholders
Declaration
public Dictionary<string, string> Placeholders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
RootItems
Declaration
public ItemDataCollection RootItems { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemDataCollection |
Surfaces
Declaration
public Dictionary<string, ItemDataCollection> Surfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, ItemDataCollection> |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()