Show / Hide Table of Contents

Class CaseChangeCaseValue

A case value from a case change used in national, company and employee case

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

Constructors

CaseChangeCaseValue()

Declaration
public CaseChangeCaseValue()

Properties

CancellationId

The canceled case change id

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

CancellationType

The cancellation type

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

CaseChangeCreated

The case change creation

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

CaseChangeId

The case change id

Declaration
[Required]
public int CaseChangeId { get; set; }
Property Value
Type Description
int

Documents

The document count

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

Reason

The change reason

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

UserId

The change user id

Declaration
[Required]
public int UserId { get; set; }
Property Value
Type Description
int

UserIdentifier

The user unique identifier

Declaration
[StringLength(128)]
public string UserIdentifier { get; set; }
Property Value
Type Description
string

ValidationCaseName

The validation case name

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

Implements

ICaseChangeCaseValue
ICaseValue
IModel
IAttributeObject
IEquatable<T>

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