Class VariableType
A class representing a Variable Type identified by a VariableTypeId.
Inherited Members
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 |