Method | Description | |
---|---|---|
GetProperty ( string tag ) : string |
This method returns the value for a given property
|
|
Parse ( string line ) : string |
Parses a property request.
|
|
Parse ( string line, MediaPortal.GUI.Library.GUIExpressionManager options ) : string |
Parses a property request.
|
|
PropertyIsDefined ( string tag ) : bool |
Returns true if the specified property is defined, otherwise false.
|
|
RemovePlayerProperties ( ) : void |
Removes the player properties from the hashtable.
|
|
RemoveProperty ( string tag ) : void |
Removes the specified property from the property set.
|
|
SetProperty ( string tag, string tagvalue ) : void |
This method will set the value for a given property
|
Method | Description | |
---|---|---|
GUIPropertyManager ( ) : System |
Private constructor of the GUIPropertyManager. Singleton. Do not allow any instance of this class.
|
|
ParseProperty ( string property ) : string |
public static GetProperty ( string tag ) : string | ||
tag | string | property name |
return | string |
public static Parse ( string line, MediaPortal.GUI.Library.GUIExpressionManager options ) : string | ||
line | string | The identification of the propertie (e.g.,#title). |
options | MediaPortal.GUI.Library.GUIExpressionManager | Expresson manager processing options. |
return | string |
public static PropertyIsDefined ( string tag ) : bool | ||
tag | string | |
return | bool |
public static RemovePlayerProperties ( ) : void | ||
return | void |
public static RemoveProperty ( string tag ) : void | ||
tag | string | name of the property |
return | void |
public static SetProperty ( string tag, string tagvalue ) : void | ||
tag | string | property name |
tagvalue | string | property value |
return | void |