Show / Hide Table of Contents

Interface ICaseChangeCaseValue

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

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

CancellationType

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

CaseChangeCreated

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

CaseChangeId

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

Documents

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

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

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