Class CaseSlot
Case slot
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseSlot : IEquatable<CaseSlot>
Constructors
CaseSlot()
Initializes a new instance
Declaration
public CaseSlot()
CaseSlot(CaseSlot)
Initializes a new instance from a copy
Declaration
public CaseSlot(CaseSlot copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| CaseSlot | copySource | The copy source |
Properties
Name
The case slot name
Declaration
[Required]
[StringLength(128)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NameLocalizations
The localized case slot names
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()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |