Interface ICaseChangeCaseValue
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChangeCaseValue : ICaseValue, IModel, IAttributeObject, IEquatable<ICaseValue>
Properties
CancellationId
Declaration
int? CancellationId { get; set; }
Property Value
CancellationType
Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
CaseChangeCreated
Declaration
DateTime CaseChangeCreated { get; set; }
Property Value
CaseChangeId
Declaration
int CaseChangeId { get; set; }
Property Value
Documents
Declaration
int Documents { get; set; }
Property Value
Reason
Declaration
string Reason { get; set; }
Property Value
UserId
Declaration
Property Value
UserIdentifier
Declaration
string UserIdentifier { get; set; }
Property Value
ValidationCaseName
Declaration
string ValidationCaseName { get; set; }
Property Value
Extension Methods