Show / Hide Table of Contents

Class TimePeriodSpecification

Abstract base class for time period specifications

Inheritance
object
TimePeriodSpecification
TimePeriodAlways
TimePeriodWeeklyRecurring
Implements
IEquatable<TimePeriodSpecification>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

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