C# Class BlueSky.Services.XmlDashBoardService

Inheritance: IDashBoardService
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Méthode Description
Configure ( ) : void
GetDashBoardItems ( ) : List
SelectLocation ( string &newcommandname, string &AboveBelowSibling ) : string
SetElementLocaton ( string val, string Title, string commandFile, bool forcePlace, string AboveBelowSibling ) : bool?

Val is target parent location. Title is new command name.commandFile is the XAML filename.

Méthodes protégées

Méthode Description
OnAddDashBoardItem ( DashBoardItem item ) : bool

Private Methods

Méthode Description
CreateCommand ( UAMenuCommand cmd ) : ICommand
CreateItem ( XmlNode node ) : DashBoardItem
GetAttributeBool ( XmlNode nd, string name ) : bool
GetAttributeString ( XmlNode nd, string name ) : string
InitializeLocalMenu ( XmlDocument menuDocument ) : void

Method Details

Configure() public méthode

public Configure ( ) : void
Résultat void

GetDashBoardItems() public méthode

public GetDashBoardItems ( ) : List
Résultat List

OnAddDashBoardItem() protected méthode

protected OnAddDashBoardItem ( DashBoardItem item ) : bool
item BSky.Interfaces.DashBoard.DashBoardItem
Résultat bool

SelectLocation() public méthode

public SelectLocation ( string &newcommandname, string &AboveBelowSibling ) : string
newcommandname string
AboveBelowSibling string
Résultat string

SetElementLocaton() public méthode

Val is target parent location. Title is new command name.commandFile is the XAML filename.
public SetElementLocaton ( string val, string Title, string commandFile, bool forcePlace, string AboveBelowSibling ) : bool?
val string
Title string
commandFile string
forcePlace bool
AboveBelowSibling string
Résultat bool?