Show / Hide Table of Contents

Interface ICaseChangeCaseValue

The case value of case change (immutable)

Inherited Members
ICaseValue.DivisionId
ICaseValue.EmployeeId
ICaseValue.DivisionName
ICaseValue.CaseName
ICaseValue.CaseNameLocalizations
ICaseValue.CaseFieldName
ICaseValue.CaseFieldNameLocalizations
ICaseValue.CaseSlot
ICaseValue.CaseSlotLocalizations
ICaseValue.ValueType
ICaseValue.Value
ICaseValue.NumericValue
ICaseValue.Culture
ICaseValue.CaseRelation
ICaseValue.CancellationDate
ICaseValue.Start
ICaseValue.End
ICaseValue.Forecast
ICaseValue.Tags
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IEquatable<ICaseValue>.Equals(ICaseValue)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseChangeCaseValue : ICaseValue, IModel, IAttributeObject, IEquatable<ICaseValue>

Properties

CancellationId

The canceled case change id

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

CancellationType

The cancellation type

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

CaseChangeCreated

The case change creation

Declaration
DateTime CaseChangeCreated { get; set; }
Property Value
Type Description
DateTime

CaseChangeId

The case change id

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

Documents

The document count

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

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 user unique identifier

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

ValidationCaseName

The validation case name

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

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