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

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

Открытые свойства

Свойство Тип Описание
Value string

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

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

Returns a copy (clone) of this object

ConditionValue ( string val ) : System
GetParams ( ) : List

Returns a list of parameters for this condition

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

ToString ( ) : string

Returns the value of this condition

ToTree ( ) : TreeNode

Covnerts the conditions into a TreeNode

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

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

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

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

public ConditionValue ( string val ) : System
val string
Результат System

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

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

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

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

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

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

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

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

Value публичное свойство

The literal Value
public string Value
Результат string