Show / Hide Table of Contents

Interface ICaseChangeSetup

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

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

CancellationId

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

Case

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

DivisionId

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

DivisionName

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

EmployeeId

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

EmployeeIdentifier

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

Forecast

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

Issues

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

Reason

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

UserId

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

UserIdentifier

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