RuleStore Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RuleStore(String) | |
RuleStore(String, IRuleLanguageConverter) | |
RuleStore(String, WindowsIdentity) | |
RuleStore(String, WindowsIdentity, IRuleLanguageConverter) |
RuleStore(String)
protected:
RuleStore(System::String ^ location);
protected RuleStore (string location);
new Microsoft.RuleEngine.RuleStore : string -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String)
Parametry
- location
- String
Platí pro
RuleStore(String, IRuleLanguageConverter)
protected:
RuleStore(System::String ^ location, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
protected RuleStore (string location, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.RuleStore : string * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, converter As IRuleLanguageConverter)
Parametry
- location
- String
- converter
- IRuleLanguageConverter
Platí pro
RuleStore(String, WindowsIdentity)
protected:
RuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials);
protected RuleStore (string location, System.Security.Principal.WindowsIdentity credentials);
new Microsoft.RuleEngine.RuleStore : string * System.Security.Principal.WindowsIdentity -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, credentials As WindowsIdentity)
Parametry
- location
- String
- credentials
- WindowsIdentity
Platí pro
RuleStore(String, WindowsIdentity, IRuleLanguageConverter)
protected:
RuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
protected RuleStore (string location, System.Security.Principal.WindowsIdentity credentials, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.RuleStore : string * System.Security.Principal.WindowsIdentity * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, credentials As WindowsIdentity, converter As IRuleLanguageConverter)
Parametry
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter