C# Class Tibialyzer.CreatureList

Inheritance: NotificationForm
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
addConditionalAttributes bool
displayType DisplayType
objects List
title string

Méthodes publiques

Méthode Description
CreatureList ( int initialPage, DisplayType displayType, string sortedHeader, bool desc ) : System
FormName ( ) : string
LoadForm ( ) : void
sortHeader ( object sender, EventArgs e ) : void
updateCommand ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
Nextpage_Click ( object sender, EventArgs e ) : void
Prevpage_Click ( object sender, EventArgs e ) : void
refresh ( ) : void
toggleButton_Click ( object sender, EventArgs e ) : void

Method Details

CreatureList() public méthode

public CreatureList ( int initialPage, DisplayType displayType, string sortedHeader, bool desc ) : System
initialPage int
displayType DisplayType
sortedHeader string
desc bool
Résultat System

FormName() public méthode

public FormName ( ) : string
Résultat string

LoadForm() public méthode

public LoadForm ( ) : void
Résultat void

sortHeader() public méthode

public sortHeader ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

updateCommand() public méthode

public updateCommand ( ) : void
Résultat void

Property Details

addConditionalAttributes public_oe property

public bool addConditionalAttributes
Résultat bool

displayType public_oe property

public DisplayType displayType
Résultat DisplayType

objects public_oe property

public List objects
Résultat List

title public_oe property

public string title
Résultat string