C# Class hds.ViewManager

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
views List

Méthodes publiques

Méthode Description
ViewManager ( ) : System
addView ( System.UInt64 entityId, UInt32 goId ) : ClientView
getViewById ( UInt16 viewId ) : ClientView
getViewForEntityAndGo ( System.UInt64 entityId, UInt32 goID ) : ClientView
removeViewByViewId ( UInt16 viewId ) : void

Method Details

ViewManager() public méthode

public ViewManager ( ) : System
Résultat System

addView() public méthode

public addView ( System.UInt64 entityId, UInt32 goId ) : ClientView
entityId System.UInt64
goId System.UInt32
Résultat ClientView

getViewById() public méthode

public getViewById ( UInt16 viewId ) : ClientView
viewId System.UInt16
Résultat ClientView

getViewForEntityAndGo() public méthode

public getViewForEntityAndGo ( System.UInt64 entityId, UInt32 goID ) : ClientView
entityId System.UInt64
goID System.UInt32
Résultat ClientView

removeViewByViewId() public méthode

public removeViewByViewId ( UInt16 viewId ) : void
viewId System.UInt16
Résultat void

Property Details

views public_oe property

public List views
Résultat List