'
Show / Hide Table of Contents

Class IlluminationTypeModel

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

Properties

Abbreviation

Type: String. Maximum length: 8. The abbreviation of the illumination type's name.

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

Hours

Type: Integer. The number of hours of illumination.

Declaration
public int Hours { get; set; }
Property Value
Type Description
System.Int32

IlluminationTypeID

Type: Guid. The ID of the illumination type.

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

IsLive

Type: Boolean. Indicates if the illumination type is available for use.

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

Name

Type: String. Maximum length: 255. The name of the illumination type.

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