Show / Hide Table of Contents

Interface ICaseValueSetup

The case value setup (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)
IEquatable<ICaseValueSetup>.Equals(ICaseValueSetup)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseValueSetup : ICaseValue, IModel, IAttributeObject, IEquatable<ICaseValue>, IEquatable<ICaseValueSetup>

Properties

Documents

Case documents

Declaration
List<CaseDocument> Documents { get; set; }
Property Value
Type Description
List<CaseDocument>

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