'
Show / Hide Table of Contents

Class AreaGroupModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

AreaGroupID

Type: Guid

Declaration
public Guid AreaGroupID { 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

Name

Type: string. Maximum length: 255 characters

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX