C# 클래스 Raven.Database.Commercial.ValidateLicense

상속: IDisposable
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AssertForV2 void
ExecuteInternal void
GetLicensePath string
GetLicenseText string
OnLicenseInvalidated void
OnMultipleLicensesWereDiscovered void
TryLoadLicense bool
ValidateLicense System

공개 메소드들

메소드 설명
Dispose ( ) : void
Execute ( InMemoryRavenConfiguration config ) : void

비공개 메소드들

메소드 설명
AssertForV2 ( string>.IDictionary licenseAttributes ) : void
ExecuteInternal ( InMemoryRavenConfiguration config ) : void
GetLicensePath ( InMemoryRavenConfiguration config ) : string
GetLicenseText ( InMemoryRavenConfiguration config ) : string
OnLicenseInvalidated ( InvalidationType invalidationType ) : void
OnMultipleLicensesWereDiscovered ( object sender, Rhino.Licensing.Discovery.DiscoveryHost clientDiscoveredEventArgs ) : void
TryLoadLicense ( string licenseText ) : bool
ValidateLicense ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( InMemoryRavenConfiguration config ) : void
config InMemoryRavenConfiguration
리턴 void