Show / Hide Table of Contents

Interface IExchange

The exchange object

Inherited Members
IEquatable<IExchange>.Equals(IExchange)
IImportObject<IExchange>.Import(IExchange)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IExchange : IEquatable<IExchange>, IImportObject<IExchange>

Properties

CreatedObjectDate

The default created date for new objects

Declaration
DateTime? CreatedObjectDate { get; set; }
Property Value
Type Description
DateTime?

RegulationShares

The regulation shares

Declaration
List<RegulationShare> RegulationShares { get; set; }
Property Value
Type Description
List<RegulationShare>

Tenants

The tenants

Declaration
List<ExchangeTenant> Tenants { get; set; }
Property Value
Type Description
List<ExchangeTenant>

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