Class TimePeriodSpecification
Abstract base class for time period specifications
Implements
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public abstract class TimePeriodSpecification : IEquatable<TimePeriodSpecification>
Constructors
TimePeriodSpecification(string)
Constructor
Declaration
public TimePeriodSpecification(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
Name
Human friendly name for the time specification
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Type hint for the remote API
Declaration
public abstract string Type { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Equals(TimePeriodSpecification)
Equals
Declaration
public abstract bool Equals(TimePeriodSpecification other)
Parameters
Type | Name | Description |
---|---|---|
TimePeriodSpecification | other |
Returns
Type | Description |
---|---|
bool |