Show / Hide Table of Contents

Class Exchange

Inheritance
object
Exchange
Implements
IExchange
IEquatable<IExchange>
IImportObject<IExchange>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Exchange : IExchange, IEquatable<IExchange>, IImportObject<IExchange>

Constructors

Exchange()

Declaration
public Exchange()

Exchange(Exchange)

Declaration
public Exchange(Exchange copySource)
Parameters
Type Name Description
Exchange copySource

Properties

CreatedObjectDate

Declaration
[JsonPropertyOrder(2)]
public DateTime? CreatedObjectDate { get; set; }
Property Value
Type Description
DateTime?

RegulationShares

Declaration
[JsonPropertyOrder(4)]
public List<RegulationShare> RegulationShares { get; set; }
Property Value
Type Description
List<RegulationShare>

Schema

Declaration
[JsonPropertyName("$schema")]
[JsonPropertyOrder(1)]
public string Schema { get; set; }
Property Value
Type Description
string

Tenants

Declaration
[Required]
[JsonPropertyOrder(3)]
public List<ExchangeTenant> Tenants { get; set; }
Property Value
Type Description
List<ExchangeTenant>

Methods

Equals(IExchange)

Declaration
public virtual bool Equals(IExchange compare)
Parameters
Type Name Description
IExchange compare
Returns
Type Description
bool

Import(IExchange)

Declaration
public virtual void Import(IExchange source)
Parameters
Type Name Description
IExchange source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IExchange
IEquatable<T>
IImportObject<T>

Extension Methods

ExchangeExtensions.ChangeNamespace(Exchange, string)
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