C# Класс BF2Statistics.MedalData.Rank

Наследование: IAward
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Exists ( int RankId ) : bool

Returns whether or not the Rank ID provided is a valid BF2 Rank index

GetCondition ( ) : Condition

Returns the awards conditions

GetName ( int RankId ) : string

Returns the Name of the Rank by Index

Rank ( int Id, Condition Conditions ) : System

Constructor

RestoreDefaultConditions ( ) : void

Restores the condition of this award to the default (vanilla) state

SetCondition ( Condition C ) : void

Sets the Condition, or Condition list to earn the award

ToPython ( ) : string

Converts the rank data into python code

ToString ( ) : string

Returns the name of the rank

ToTree ( ) : TreeNode

Converts the condition into a viewable TreeNode for the Criteria Editor

UndoConditionChanges ( ) : void

Restores any changes made to the conditions of this award

Описание методов

Exists() публичный статический Метод

Returns whether or not the Rank ID provided is a valid BF2 Rank index
public static Exists ( int RankId ) : bool
RankId int
Результат bool

GetCondition() публичный Метод

Returns the awards conditions
public GetCondition ( ) : Condition
Результат Condition

GetName() публичный статический Метод

Returns the Name of the Rank by Index
public static GetName ( int RankId ) : string
RankId int
Результат string

Rank() публичный Метод

Constructor
public Rank ( int Id, Condition Conditions ) : System
Id int The rank ID
Conditions Condition The conditions to earn the rank
Результат System

RestoreDefaultConditions() публичный Метод

Restores the condition of this award to the default (vanilla) state
public RestoreDefaultConditions ( ) : void
Результат void

SetCondition() публичный Метод

Sets the Condition, or Condition list to earn the award
public SetCondition ( Condition C ) : void
C Condition The condition or condition list
Результат void

ToPython() публичный Метод

Converts the rank data into python code
public ToPython ( ) : string
Результат string

ToString() публичный Метод

Returns the name of the rank
public ToString ( ) : string
Результат string

ToTree() публичный Метод

Converts the condition into a viewable TreeNode for the Criteria Editor
public ToTree ( ) : TreeNode
Результат System.Windows.Forms.TreeNode

UndoConditionChanges() публичный Метод

Restores any changes made to the conditions of this award
public UndoConditionChanges ( ) : void
Результат void