Class ItemBox
Model of an ItemBox
Inheritance
System.Object
ItemBox
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio
Assembly: Simplic.Studio.dll
Syntax
public class ItemBox
Properties
| Improve this Doc View SourceDescription
Gets or sets the Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportId
Gets or sets the ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Ident
Gets or sets the Ident
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsGridBasedItemBox
Gets or sets the IsGridBasedItemBox
Declaration
public int IsGridBasedItemBox { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemBoxProfiles
Gets or sets the ItemBoxProfiles
Declaration
public StatefulCollection<ItemBoxProfile> ItemBoxProfiles { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<ItemBoxProfile> |
Name
Gets or sets the Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or sets the Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |