Show / Hide Table of Contents

Interface ICaseSetup

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<ICaseSetup>.Equals(ICaseSetup)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSetup : IModel, IEquatable<ICaseSetup>

Properties

CaseName

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

CaseSlot

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

RelatedCases

Declaration
List<CaseSetup> RelatedCases { get; set; }
Property Value
Type Description
List<CaseSetup>

Values

Declaration
List<CaseValueSetup> Values { get; set; }
Property Value
Type Description
List<CaseValueSetup>

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