Show / Hide Table of Contents

Interface IRegulationShare

The regulation share client object

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

The consumer division id

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

ConsumerDivisionName

The consumer division name (client only)

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

ConsumerTenantId

The consumer tenant id

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

ConsumerTenantIdentifier

The consumer tenant identifier (client only)

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

ProviderRegulationId

The provider regulation id

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

ProviderRegulationName

The provider regulation name (client only)

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

ProviderTenantId

The provider tenant id

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

ProviderTenantIdentifier

The provider tenant identifier (client only)

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