Show / Hide Table of Contents

Interface ICaseChangeSetup

Payroll case change setup client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<ICaseChangeSetup>.Equals(ICaseChangeSetup)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChangeSetup : IModel, IEquatable<ICaseChangeSetup>

Properties

CancellationCreated

The creation date from the case to cancel, the root case specifies the target case

Declaration
DateTime? CancellationCreated { get; set; }
Property Value
Type Description
DateTime?

CancellationId

The case to cancel, the root case specifies the target case

Declaration
int? CancellationId { get; set; }
Property Value
Type Description
int?

Case

The setup root case

Declaration
CaseSetup Case { get; set; }
Property Value
Type Description
CaseSetup

DivisionId

The division id (immutable) If present, this values overrides all case value divisions DivisionId

Declaration
int? DivisionId { get; set; }
Property Value
Type Description
int?

DivisionName

The division name (client only)

Declaration
string DivisionName { get; set; }
Property Value
Type Description
string

EmployeeId

The change employee id (immutable)

Declaration
int? EmployeeId { get; set; }
Property Value
Type Description
int?

EmployeeIdentifier

The employee identifier (client only)

Declaration
string EmployeeIdentifier { get; set; }
Property Value
Type Description
string

Forecast

The forecast name

Declaration
string Forecast { get; set; }
Property Value
Type Description
string

Issues

The case validation issues

Declaration
List<CaseValidationIssue> Issues { get; set; }
Property Value
Type Description
List<CaseValidationIssue>

Reason

The change reason

Declaration
string Reason { get; set; }
Property Value
Type Description
string

UserId

The change user id

Declaration
int UserId { get; set; }
Property Value
Type Description
int

UserIdentifier

The change user unique identifier (client only)

Declaration
string UserIdentifier { get; set; }
Property Value
Type Description
string

Extension Methods

CaseChangeSetupExtensions.CollectCaseValues(ICaseChangeSetup)
ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX