Class DesignAdditionalInformationModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Checksum
Type: string. The MD5 sum of the design.
Declaration
public string Checksum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedOnUtc
Type: DateTime. The date the design was created.
Declaration
public DateTime CreatedOnUtc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DesignID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid DesignID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ModifiedOnUtc
Type: DateTime. The date the design was last modified.
Declaration
public DateTime ModifiedOnUtc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Type: string. Maximum length: 255 characters. The name of the design.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |