C# Класс ScrewTurn.Wiki.Settings

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetBool bool
GetInt int
GetString string
PrintBool string

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

BeginBulkUpdate() публичный статический Метод

Begins a bulk update session.
public static BeginBulkUpdate ( ) : void
Результат void

EndBulkUpdate() публичный статический Метод

Ends a bulk update session.
public static EndBulkUpdate ( ) : void
Результат void

GetTheme() публичный статический Метод

Gets the theme name for a namespace.
public static GetTheme ( string nspace ) : string
nspace string The namespace (null for the root).
Результат string

GetThemePath() публичный статический Метод

Gets the Theme Path for a namespace.
public static GetThemePath ( string nspace ) : string
nspace string The namespace (null for the root).
Результат string

IsMetaDataItemGlobal() публичный статический Метод

Determines whether a meta-data item is global or namespace-specific.
public static IsMetaDataItemGlobal ( MetaDataItem item ) : bool
item MetaDataItem The item to test.
Результат bool

SetTheme() публичный статический Метод

Sets the theme for a namespace.
public static SetTheme ( string nspace, string theme ) : void
nspace string The namespace (null for the root).
theme string The theme name.
Результат void