Skip to main content

Class ItemsData

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public 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

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
Was this page helpful?