• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class VariableTypeId

A class representing an identifier for a unique VariableType.

Inheritance
object
UriId
VariableTypeId
Implements
IEquatable<UriId>
Inherited Members
UriId.Uri
UriId.Equals(UriId)
UriId.ToUri()
UriId.ToString()
UriId.Equals(object)
UriId.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: WhenFresh.Api.Client.Models
Assembly: WhenFresh.Api.Client.dll
Syntax
public class VariableTypeId : UriId, IEquatable<UriId>

Constructors

VariableTypeId(string)

A class representing an identifier for a unique VariableType.

Declaration
public VariableTypeId(string uri)
Parameters
Type Name Description
string uri

VariableTypeId(Uri)

A class representing an identifier for a unique VariableType.

Declaration
public VariableTypeId(Uri uri)
Parameters
Type Name Description
Uri uri

Operators

implicit operator VariableTypeId(string)

A class representing an identifier for a unique VariableType.

Declaration
public static implicit operator VariableTypeId(string stringUri)
Parameters
Type Name Description
string stringUri
Returns
Type Description
VariableTypeId

implicit operator VariableTypeId(Uri)

A class representing an identifier for a unique VariableType.

Declaration
public static implicit operator VariableTypeId(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
VariableTypeId

Implements

IEquatable<T>