Rank is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Rank
{
int? Id { get; set; }
string ImageUrl { get; set; }
string Name { get; set; }
int RangeMaximum { get; set; }
int RangeMinimum { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Id | int? | |||
| ImageUrl | string | |||
| Name | string | |||
| RangeMaximum | int | |||
| RangeMinimum | int |