Class UnitRepeaterItem
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class UnitRepeaterItem
- Inheritance
-
UnitRepeaterItem
- Inherited Members
-
- Extension Methods
-
Constructors
UnitRepeaterItem()
public UnitRepeaterItem()
Properties
Asset
public int Asset { get; set; }
Property Value
- int
Code
public string Code { get; set; }
Property Value
- string
Identifier
public Guid Identifier { get; set; }
Property Value
- Guid
IsActive
public bool IsActive { get; }
Property Value
- bool
IsAdaptive
public bool IsAdaptive { get; set; }
Property Value
- bool
IsLocked
public bool IsLocked { get; set; }
Property Value
- bool
Modules
public List<ModuleRepeaterItem> Modules { get; set; }
Property Value
- List<ModuleRepeaterItem>
Name
public string Name { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string