Class FaceSelectionModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
EndDate
Type: DateTime. Must be on or before the segment's end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FaceID
Type: Guid
Declaration
public Guid FaceID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FacePackSelectionID
Type: Guid. Readonly - This will have a value only if this face selection is part of a pack.
Declaration
public Guid? FacePackSelectionID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FaceSelectionID
Type: Guid. Automatically generated up creation.
Declaration
public Guid FaceSelectionID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FaceSelectionTypeID
Type: Guid
Declaration
public Guid? FaceSelectionTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
RateCardValueID
Type: Guid. Optional - use this to override the default Rate Card linked to a Face.
Declaration
public Guid? RateCardValueID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SalesContractItemID
Type: Guid
Declaration
public Guid SalesContractItemID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Type: DateTime. Must be on or after the segment's start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |