C# Class BF2Statistics.Web.Bf2Stats.Rank

Inheritance: ICloneable
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
DaysToComplete int
Id int
MinPoints int
MissingAwards int>.Dictionary
MissingDesc string
PercentComplete double
PointsNeeded int
ReqAwards int>.Dictionary
ReqRank int[]
TimeToComplete double

Public Methods

Method Description
Clone ( ) : Object

Method Details

Clone() public method

public Clone ( ) : Object
return Object

Property Details

DaysToComplete public property

public int DaysToComplete
return int

Id public property

public int Id
return int

MinPoints public property

public int MinPoints
return int

MissingAwards public property

public Dictionary MissingAwards
return int>.Dictionary

MissingDesc public property

public string MissingDesc
return string

PercentComplete public property

public double PercentComplete
return double

PointsNeeded public property

public int PointsNeeded
return int

ReqAwards public property

AwardId => Level
public Dictionary ReqAwards
return int>.Dictionary

ReqRank public property

public int[] ReqRank
return int[]

TimeToComplete public property

public double TimeToComplete
return double