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

Class VariableType

A class representing a Variable Type identified by a VariableTypeId.

Inheritance
object
VariableType
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: WhenFresh.Api.Client.Models
Assembly: WhenFresh.Api.Client.dll
Syntax
public class VariableType

Constructors

VariableType()

A class representing a Variable Type identified by a VariableTypeId.

Declaration
public VariableType()

Properties

Id

A class representing a Variable Type identified by a VariableTypeId.

Declaration
public VariableTypeId Id { get; set; }
Property Value
Type Description
VariableTypeId

Name

A class representing a Variable Type identified by a VariableTypeId.

Declaration
public string Name { get; set; }
Property Value
Type Description
string