C# Class FSO.Client.UI.Panels.UIPersonGrid

Inheritance: FSO.Client.UI.Framework.UIContainer
Exibir arquivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Columns int
Rows int

Public Methods

Method Description
DrawPage ( ) : void
NextPage ( ) : void
PreviousPage ( ) : void
UIPersonGrid ( VM vm ) : System
Update ( UpdateState state ) : void
UpdatePeople ( ) : void

Method Details

DrawPage() public method

public DrawPage ( ) : void
return void

NextPage() public method

public NextPage ( ) : void
return void

PreviousPage() public method

public PreviousPage ( ) : void
return void

UIPersonGrid() public method

public UIPersonGrid ( VM vm ) : System
vm FSO.SimAntics.VM
return System

Update() public method

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
return void

UpdatePeople() public method

public UpdatePeople ( ) : void
return void

Property Details

Columns public_oe property

public int Columns
return int

Rows public_oe property

public int Rows
return int