StateTransitionData
- Namespace:
PPDS.Migration.Import - Assembly:
PPDS.Migration - Kind: Class
Summary
Describes a state/status transition to apply to a record after import.
Members
Properties
EntityName
string EntityName { get; set; }
Gets the entity logical name.
MessageData
Dictionary<string, object> MessageData { get; set; }
Gets extra parameters for the SDK message.
RecordId
Guid RecordId { get; set; }
Gets the record ID.
SdkMessage
string SdkMessage { get; set; }
Gets the SDK message to use for the transition, or null to use SetStateRequest.
StateCode
int StateCode { get; set; }
Gets the target state code.
StatusCode
int StatusCode { get; set; }
Gets the target status code.