Show / Hide Table of Contents

Interface IRegulationShare

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IRegulationShare>.EqualKey(IRegulationShare)
IEquatable<IRegulationShare>.Equals(IRegulationShare)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRegulationShare : IModel, IAttributeObject, IKeyEquatable<IRegulationShare>, IEquatable<IRegulationShare>

Properties

ConsumerDivisionId

Declaration
int? ConsumerDivisionId { get; set; }
Property Value
Type Description
int?

ConsumerDivisionName

Declaration
string ConsumerDivisionName { get; set; }
Property Value
Type Description
string

ConsumerTenantId

Declaration
int ConsumerTenantId { get; set; }
Property Value
Type Description
int

ConsumerTenantIdentifier

Declaration
string ConsumerTenantIdentifier { get; set; }
Property Value
Type Description
string

ProviderRegulationId

Declaration
int ProviderRegulationId { get; set; }
Property Value
Type Description
int

ProviderRegulationName

Declaration
string ProviderRegulationName { get; set; }
Property Value
Type Description
string

ProviderTenantId

Declaration
int ProviderTenantId { get; set; }
Property Value
Type Description
int

ProviderTenantIdentifier

Declaration
string ProviderTenantIdentifier { 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