Show / Hide Table of Contents

Interface ICaseValue

Inherited Members
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 ICaseValue : IModel, IAttributeObject, IEquatable<ICaseValue>

Properties

CancellationDate

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

CaseFieldName

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

CaseFieldNameLocalizations

Declaration
Dictionary<string, string> CaseFieldNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

CaseName

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

CaseNameLocalizations

Declaration
Dictionary<string, string> CaseNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

CaseRelation

Declaration
CaseRelationReference CaseRelation { get; set; }
Property Value
Type Description
CaseRelationReference

CaseSlot

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

CaseSlotLocalizations

Declaration
Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Culture

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

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?

End

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

Forecast

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

NumericValue

Declaration
decimal? NumericValue { get; set; }
Property Value
Type Description
decimal?

Start

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

Tags

Declaration
List<string> Tags { get; set; }
Property Value
Type Description
List<string>

Value

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

ValueType

Declaration
ValueType ValueType { get; set; }
Property Value
Type Description
ValueType

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