OleDbRuleStore Class

Definition

public ref class OleDbRuleStore : Microsoft::RuleEngine::RuleStore
public class OleDbRuleStore : Microsoft.RuleEngine.RuleStore
type OleDbRuleStore = class
    inherit RuleStore
Public Class OleDbRuleStore
Inherits RuleStore
Inheritance
OleDbRuleStore

Constructors

Name Description
OleDbRuleStore(String, IRuleLanguageConverter)
OleDbRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
OleDbRuleStore(String, WindowsIdentity)
OleDbRuleStore(String)

Properties

Name Description
Converter (Inherited from RuleStore)
Credentials (Inherited from RuleStore)
Location (Inherited from RuleStore)

Methods

Name Description
Add(RuleSet, Boolean)
Add(RuleSet) (Inherited from RuleStore)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(RuleSetDictionary) (Inherited from RuleStore)
Add(Vocabulary, Boolean)
Add(Vocabulary) (Inherited from RuleStore)
Add(VocabularyDictionary, Boolean)
Add(VocabularyDictionary) (Inherited from RuleStore)
DisableAuthorization() (Inherited from RuleStore)
EnableAuthorization() (Inherited from RuleStore)
GetAllAuthorizationGroups() (Inherited from RuleStore)
GetAuthorizationGroup(String) (Inherited from RuleStore)
GetDependentRuleSets(VocabularyInfo) (Inherited from RuleStore)
GetDependentVocabularies(VocabularyInfo) (Inherited from RuleStore)
GetReferencedVocabularies(RuleSetInfo) (Inherited from RuleStore)
GetReferencedVocabularies(VocabularyInfo) (Inherited from RuleStore)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo)
GetRuleSetAuthorizations(RuleSetInfo) (Inherited from RuleStore)
GetRuleSets(RuleStore+Filter)
GetRuleSets(String, RuleStore+Filter)
GetVocabularies(RuleStore+Filter)
GetVocabularies(String, RuleStore+Filter)
GetVocabulary(VocabularyInfo)
GetVocabularyAuthorizations(VocabularyInfo) (Inherited from RuleStore)
IsAuthorizationEnabled() (Inherited from RuleStore)
IsRuleSetAccessible(RuleSetInfo) (Inherited from RuleStore)
IsVocabularyAccessible(VocabularyInfo) (Inherited from RuleStore)
Publish(RuleSet) (Inherited from RuleStore)
Publish(RuleSetDictionary, VocabularyDictionary) (Inherited from RuleStore)
Publish(RuleSetDictionary) (Inherited from RuleStore)
Publish(RuleSetInfo)
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
Publish(RuleSetInfoCollection)
Publish(Vocabulary) (Inherited from RuleStore)
Publish(VocabularyDictionary) (Inherited from RuleStore)
Publish(VocabularyInfo)
Publish(VocabularyInfoCollection)
Remove(RuleSet) (Inherited from RuleStore)
Remove(RuleSetDictionary) (Inherited from RuleStore)
Remove(RuleSetInfo)
Remove(RuleSetInfoCollection)
Remove(Vocabulary) (Inherited from RuleStore)
Remove(VocabularyDictionary) (Inherited from RuleStore)
Remove(VocabularyInfo)
Remove(VocabularyInfoCollection)
RemoveAuthorizationGroups(AuthorizationGroup[]) (Inherited from RuleStore)
RemoveAuthorizationGroups(AuthorizationGroupCollection) (Inherited from RuleStore)
Save(RuleSet, Boolean) (Inherited from RuleStore)
Save(RuleSet) (Inherited from RuleStore)
Save(RuleSetDictionary, Boolean) (Inherited from RuleStore)
Save(RuleSetDictionary, VocabularyDictionary, Boolean) (Inherited from RuleStore)
Save(RuleSetDictionary) (Inherited from RuleStore)
Save(Vocabulary, Boolean) (Inherited from RuleStore)
Save(Vocabulary) (Inherited from RuleStore)
Save(VocabularyDictionary, Boolean) (Inherited from RuleStore)
Save(VocabularyDictionary) (Inherited from RuleStore)
SaveAuthorizationGroups(AuthorizationGroup[]) (Inherited from RuleStore)
SaveAuthorizationGroups(AuthorizationGroupCollection) (Inherited from RuleStore)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[]) (Inherited from RuleStore)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection) (Inherited from RuleStore)
SetRuleSetAuthorizations(String, AuthorizationGroup[]) (Inherited from RuleStore)
SetRuleSetAuthorizations(String, AuthorizationGroupCollection) (Inherited from RuleStore)
SetVocabularyAuthorizations(String, AuthorizationGroup[]) (Inherited from RuleStore)
SetVocabularyAuthorizations(String, AuthorizationGroupCollection) (Inherited from RuleStore)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroup[]) (Inherited from RuleStore)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroupCollection) (Inherited from RuleStore)

Applies to