Class AreaModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AreaID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid AreaID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Code
Type: string. Maximum length: 16 characters
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLive
Type: bool
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Level
Type: int. Upon creation, automatically determined according to the ParentAreaID if given. Defaults to 1 otherwise.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Type: string. Maximum length: 255 characters
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAreaID
Optional. Type: Guid
Declaration
public Guid? ParentAreaID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |