Class Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Exchange : IExchange, IEquatable<IExchange>, IImportObject<IExchange>
Constructors
Exchange()
Declaration
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
RegulationShares
Declaration
[JsonPropertyOrder(4)]
public List<RegulationShare> RegulationShares { get; set; }
Property Value
Schema
Declaration
[JsonPropertyName("$schema")]
[JsonPropertyOrder(1)]
public string Schema { get; set; }
Property Value
Tenants
Declaration
[Required]
[JsonPropertyOrder(3)]
public List<ExchangeTenant> Tenants { get; set; }
Property Value
Methods
Equals(IExchange)
Declaration
public virtual bool Equals(IExchange compare)
Parameters
Returns
Import(IExchange)
Declaration
public virtual void Import(IExchange source)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods