Show / Hide Table of Contents

Interface ITenant

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<ITenant>.EqualKey(ITenant)
IEquatable<ITenant>.Equals(ITenant)
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

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