Show / Hide Table of Contents

Class TimePeriodAlways

Describing a time period we are always in

Inheritance
object
TimePeriodSpecification
TimePeriodAlways
Implements
IEquatable<TimePeriodSpecification>
Inherited Members
TimePeriodSpecification.Name
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class TimePeriodAlways : TimePeriodSpecification, IEquatable<TimePeriodSpecification>

Constructors

TimePeriodAlways(string)

Constructor

Declaration
public TimePeriodAlways(string name)
Parameters
Type Name Description
string name

Properties

Type

Type hint for the remote API

Declaration
public override string Type { get; }
Property Value
Type Description
string
Overrides
TimePeriodSpecification.Type

Methods

Equals(TimePeriodSpecification)

Equals

Declaration
public override bool Equals(TimePeriodSpecification other)
Parameters
Type Name Description
TimePeriodSpecification other
Returns
Type Description
bool
Overrides
TimePeriodSpecification.Equals(TimePeriodSpecification)

ToString()

ToString

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

Implements

IEquatable<T>
In this article
Back to top Generated by DocFX