'
Show / Hide Table of Contents

Class DirectionFacingModel

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

Properties

Abbreviation

Type: string. Maximum length: 8 characters.

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

DirectionFacingID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid DirectionFacingID { 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. Maximum length: 255 characters.

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