Share via


RuleStore Constructors

Definition

Overloads

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)

Parameters

location
String

Applies to

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)

Parameters

location
String

Applies to

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)

Parameters

location
String
credentials
WindowsIdentity

Applies to

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)

Parameters

location
String
credentials
WindowsIdentity

Applies to