Show / Hide Table of Contents

Interface ICaseChange

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

Properties

CancellationDate

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

CancellationId

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

CancellationType

Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
Type Description
CaseCancellationType

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?

Forecast

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

IgnoredValues

Declaration
List<CaseValue> IgnoredValues { get; set; }
Property Value
Type Description
List<CaseValue>

Issues

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

PayrollId

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

PayrollName

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

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

ValidationCaseName

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

Values

Declaration
List<CaseValue> Values { get; set; }
Property Value
Type Description
List<CaseValue>

Extension Methods

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