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

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns int
Rows int

Méthodes publiques

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

Method Details

DrawPage() public méthode

public DrawPage ( ) : void
Résultat void

NextPage() public méthode

public NextPage ( ) : void
Résultat void

PreviousPage() public méthode

public PreviousPage ( ) : void
Résultat void

UIPersonGrid() public méthode

public UIPersonGrid ( VM vm ) : System
vm FSO.SimAntics.VM
Résultat System

Update() public méthode

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
Résultat void

UpdatePeople() public méthode

public UpdatePeople ( ) : void
Résultat void

Property Details

Columns public_oe property

public int Columns
Résultat int

Rows public_oe property

public int Rows
Résultat int