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

Provides a base object to define conditions required to receive an award in the medal_data.py
Наследование: ICloneable
Показать файл Открыть проект

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

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

Creates a Deep clone of the condition, and returns it

GetParams ( ) : List

Returns the parameters that make up the python parts of the function

Returns ( ) : ReturnType

Returns the value return type of this condition

Sec2hms ( int seconds ) : string

Converts a Timespan of seconds into Hours, Minutes, and Seconds

SetParams ( List Params ) : void

Sets new parameters for the python function

ToPython ( ) : string

Converts the condition object into python parsable code.

ToTree ( ) : TreeNode

Converts the condition into a viewable TreeNode for the Criteria Editor

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

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

Creates a Deep clone of the condition, and returns it
public abstract Clone ( ) : object
Результат object

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

Returns the parameters that make up the python parts of the function
public abstract GetParams ( ) : List
Результат List

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

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

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

Converts a Timespan of seconds into Hours, Minutes, and Seconds
public static Sec2hms ( int seconds ) : string
seconds int Seconds to convert
Результат string

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

Sets new parameters for the python function
public abstract SetParams ( List Params ) : void
Params List
Результат void

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

Converts the condition object into python parsable code.
public abstract ToPython ( ) : string
Результат string

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

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