Show / Hide Table of Contents

Class CaseChangeCaseValue

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

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

CancellationType

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

CaseChangeCreated

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

CaseChangeId

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

Documents

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

Reason

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

UserId

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

UserIdentifier

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

ValidationCaseName

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