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
파일 보기 프로젝트 열기: vnvizitiu/AOP 1 사용 예제들

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