Метод | Описание | |
---|---|---|
AsEventSource ( this system ) : IEventSource | ||
CreateDatabase ( this system, IConfiguration configuration, string adminName, string adminPassword ) : IDatabase | ||
HasFeature ( this system, string name ) : bool | ||
HasFeature ( this system, string name, string version ) : bool |
public static AsEventSource ( this system ) : IEventSource | ||
system | this | |
Результат | IEventSource |
public static CreateDatabase ( this system, IConfiguration configuration, string adminName, string adminPassword ) : IDatabase | ||
system | this | |
configuration | IConfiguration | |
adminName | string | |
adminPassword | string | |
Результат | IDatabase |
public static HasFeature ( this system, string name ) : bool | ||
system | this | |
name | string | |
Результат | bool |
public static HasFeature ( this system, string name, string version ) : bool | ||
system | this | |
name | string | |
version | string | |
Результат | bool |