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

Показать файл Открыть проект

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

Свойство Тип Описание
Node TreeNode
Obj ObjectStat

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

Метод Описание
GetCondition ( ) : Condition

Returns the objectstat condition

ObjectStatForm ( ) : System

Constructor used when creating a new ObjectStat

ObjectStatForm ( TreeNode Node ) : System

Construct used when editing an object stat

Save ( ) : void

Converts the data in the form into a condition, and closes the form

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
ConditionSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Used to hide the value box if the selected condition doesnt support a value.

Hms2SecBtn_Click ( object sender, EventArgs e ) : void

Shows the Hours/Minutes/Seconds to Seconds form

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ObjectSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

Finish button click. Calls on the Save() method

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

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

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

Constructor used when creating a new ObjectStat
public ObjectStatForm ( ) : System
Результат System

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

Construct used when editing an object stat
public ObjectStatForm ( TreeNode Node ) : System
Node TreeNode
Результат System

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

Converts the data in the form into a condition, and closes the form
public Save ( ) : void
Результат void

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

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

protected TreeNode Node
Результат TreeNode

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

Will contain an ObjectStat condition during editing.
protected ObjectStat,BF2Statistics.MedalData Obj
Результат ObjectStat