C# Class MonoDevelop.Core.BrandingService

Access to branding information. Only the ApplicationName is guaranteed to be non-null.
Show file Open project: jgranick/haxedevelop Class Usage Examples

Public Properties

Property Type Description
ApplicationName string
ProfileDirectoryName string
SuiteName string

Public Methods

Method Description
BrandApplicationName ( string s ) : string
GetBool ( ) : bool?
GetElement ( ) : System.Xml.Linq.XElement
GetInt ( ) : int?
GetString ( ) : string

Private Methods

Method Description
BrandingService ( ) : System
GetElement ( System.Xml.Linq.XDocument doc, string keyPath ) : System.Xml.Linq.XElement
GetFile ( string name ) : FilePath
GetStream ( string name, bool lookInCallingAssembly = false ) : Stream

Method Details

BrandApplicationName() public static method

public static BrandApplicationName ( string s ) : string
s string
return string

GetBool() public static method

public static GetBool ( ) : bool?
return bool?

GetElement() public static method

public static GetElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetInt() public static method

public static GetInt ( ) : int?
return int?

GetString() public static method

public static GetString ( ) : string
return string

Property Details

ApplicationName public static property

public static string ApplicationName
return string

ProfileDirectoryName public static property

public static string ProfileDirectoryName
return string

SuiteName public static property

public static string SuiteName
return string