C# Класс SobekCM.Core.Builder.Builder_Status

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Add_Setting ( string Key, string Value ) : void

Add a new setting string key value pair

If a setting for that Key already exists, it will be replaced with the new Value

Builder_Status ( ) : System

Constructor for a new instance of the builder status object

Get_Setting ( string Key ) : string

Gets the setting value, based on key

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

Add_Setting() публичный Метод

Add a new setting string key value pair
If a setting for that Key already exists, it will be replaced with the new Value
public Add_Setting ( string Key, string Value ) : void
Key string Key for this setting value
Value string Value for this setting value
Результат void

Builder_Status() публичный Метод

Constructor for a new instance of the builder status object
public Builder_Status ( ) : System
Результат System

Get_Setting() публичный Метод

Gets the setting value, based on key
public Get_Setting ( string Key ) : string
Key string Key for this setting value
Результат string