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

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

Защищенные свойства (Protected)

Свойство Тип Описание
Params List

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

Метод Описание
Clone ( ) : object

Returns a copy (clone) of this object

GetParams ( ) : List

Returns a list of parameters for this condition

MedalOrRankCondition ( List Params ) : System
Returns ( ) : ReturnType

Returns the return value of this condition

SetParams ( List Params ) : void

Sets the params for this condition

ToPython ( ) : string

Converts the Condition into python executable code

ToTree ( ) : TreeNode

Covnerts the conditions into a TreeNode

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

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

Returns a copy (clone) of this object
public Clone ( ) : object
Результат object

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

Returns a list of parameters for this condition
public GetParams ( ) : List
Результат List

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

public MedalOrRankCondition ( List Params ) : System
Params List
Результат System

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

Returns the return value of this condition
public Returns ( ) : ReturnType
Результат ReturnType

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

Sets the params for this condition
public SetParams ( List Params ) : void
Params List
Результат void

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

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

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

Covnerts the conditions into a TreeNode
public ToTree ( ) : TreeNode
Результат System.Windows.Forms.TreeNode

Описание свойств

Params защищенное свойство

List of parameters from the python function
protected List Params
Результат List