Show / Hide Table of Contents

Class CaseSlot

Inheritance
object
CaseSlot
Implements
IEquatable<CaseSlot>
Inherited Members
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 CaseSlot : IEquatable<CaseSlot>

Constructors

CaseSlot()

Declaration
public CaseSlot()

CaseSlot(CaseSlot)

Declaration
public CaseSlot(CaseSlot copySource)
Parameters
Type Name Description
CaseSlot copySource

Properties

Name

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

NameLocalizations

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

Methods

Equals(CaseSlot)

Declaration
public virtual bool Equals(CaseSlot compare)
Parameters
Type Name Description
CaseSlot compare
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

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