C# 클래스 ReviewNotifier.ReviewNotifierConfiguration

상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NullIfEmpty string
VerifyParts bool
VerifyWhole bool

공개 메소드들

메소드 설명
Clear ( ) : void
Get ( ) : ReviewNotifierConfiguration
Load ( ) : bool
ReviewNotifierConfiguration ( ) : System
Save ( ) : void

비공개 메소드들

메소드 설명
NullIfEmpty ( string str ) : string
VerifyParts ( ) : bool

Verifies that various pieces are either missing, or correctly formatted.

VerifyWhole ( ) : bool

Verifies that the configuration is in a ready to run state.

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( ) : ReviewNotifierConfiguration
리턴 ReviewNotifierConfiguration

Load() 공개 정적인 메소드

public static Load ( ) : bool
리턴 bool

ReviewNotifierConfiguration() 공개 메소드

public ReviewNotifierConfiguration ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void