Class ItemBoxConfiguration
Configuration which stores itembox and profiles
Inheritance
System.Object
ItemBoxConfiguration
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.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ItemBoxConfiguration
Constructors
| Improve this Doc View SourceItemBoxConfiguration(Info_ItemBox, IList<Info_ItemBoxProfiles>)
Create configuration objects
Declaration
public ItemBoxConfiguration(Info_ItemBox itemBox, IList<Info_ItemBoxProfiles> profiles)
Parameters
Type | Name | Description |
---|---|---|
Info_ItemBox | itemBox | Instance of ItemBox configuration |
System.Collections.Generic.IList<Info_ItemBoxProfiles> | profiles | List of ItemBox profile configuration |
Properties
| Improve this Doc View SourceItemBox
ItemBox information
Declaration
public Info_ItemBox ItemBox { get; }
Property Value
Type | Description |
---|---|
Info_ItemBox |
Profiles
Profiles information
Declaration
public IList<Info_ItemBoxProfiles> Profiles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Info_ItemBoxProfiles> |