Interface ITenant
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ITenant : IModel, IAttributeObject, IKeyEquatable<ITenant>, IEquatable<ITenant>
Properties
Calendar
Declaration
string Calendar { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identifier
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |