C# Класс Raven.Database.Commercial.ValidateLicense

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

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