'
Show / Hide Table of Contents

Class CompanyModel

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

Properties

CompanyID

Type: Guid. The ID of the Company.

Declaration
public Guid CompanyID { get; set; }
Property Value
Type Description
System.Guid

IsLive

Type: bool

Declaration
public bool IsLive { get; set; }
Property Value
Type Description
System.Boolean

Name

Type: String

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ParentCompanyID

Type: Guid. The ID of the parent company.

Declaration
public Guid? ParentCompanyID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Generated by DocFX