C# Класс Aspects.Logging.Configuration.Infrastructure.LogAspectConfig

Represents the configuration section for the logging aspect
See also base object System.Configuration.ConfigurationSection http://www.codeproject.com/Articles/32490/Custom-Configuration-Sections-for-Lazy-Coders
Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Copy ( ) : LogAspectConfig

The copy.

Open ( ) : LogAspectConfig

Get this configuration set from the application's default config file

Open ( string path ) : LogAspectConfig

Get this configuration set from a specific config file

Save ( ) : void

Save the current property values to the config file

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

Метод Описание
LogAspectConfig ( ) : System

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

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

The copy.
public Copy ( ) : LogAspectConfig
Результат LogAspectConfig

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

Get this configuration set from the application's default config file
public static Open ( ) : LogAspectConfig
Результат LogAspectConfig

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

Get this configuration set from a specific config file
public static Open ( string path ) : LogAspectConfig
path string The path.
Результат LogAspectConfig

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

Save the current property values to the config file
public Save ( ) : void
Результат void