Unit is defined in the Telligent.Evolution.Extensibility.Configuration.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Unit
{
string UnitType { get; set; }
double Value { get; set; }
bool Equals(Object obj);
int GetHashCode();
string ToString();
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| UnitType | string | |||
| Value | double |
Methods
bool Equals(Object obj);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| obj | Object | Obj | Required |
Return Type
bool
int GetHashCode();
Return Type
int
string ToString();
Return Type
string