Interface ITenant
The tenant client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ITenant : IModel, IAttributeObject, IKeyEquatable<ITenant>, IEquatable<ITenant>
Properties
Calendar
The tenant calendar (fallback: default calendar)
Declaration
string Calendar { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
The tenant culture name based on RFC 4646 (fallback: system culture)
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
The unique identifier of the tenant (immutable)
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |