Property | Type | Description | |
---|---|---|---|
GetBool | bool | ||
GetInt | int | ||
GetString | string | ||
PrintBool | string |
Method | Description | |
---|---|---|
BeginBulkUpdate ( ) : void |
Begins a bulk update session.
|
|
EndBulkUpdate ( ) : void |
Ends a bulk update session.
|
|
GetTheme ( string nspace ) : string |
Gets the theme name for a namespace.
|
|
GetThemePath ( string nspace ) : string |
Gets the Theme Path for a namespace.
|
|
IsMetaDataItemGlobal ( MetaDataItem item ) : bool |
Determines whether a meta-data item is global or namespace-specific.
|
|
SetTheme ( string nspace, string theme ) : void |
Sets the theme for a namespace.
|
Method | Description | |
---|---|---|
GetBool ( string value, bool def ) : bool |
Gets a boolean.
|
|
GetInt ( string value, int def ) : int |
Gets an integer.
|
|
GetString ( string value, string def ) : string |
Gets a string.
|
|
PrintBool ( bool value ) : string |
Prints a boolean.
|
public static GetTheme ( string nspace ) : string | ||
nspace | string | The namespace ( |
return | string |
public static GetThemePath ( string nspace ) : string | ||
nspace | string | The namespace ( |
return | string |
public static IsMetaDataItemGlobal ( MetaDataItem item ) : bool | ||
item | MetaDataItem | The item to test. |
return | bool |
public static SetTheme ( string nspace, string theme ) : void | ||
nspace | string | The namespace ( |
theme | string | The theme name. |
return | void |