Share via


FileRuleStore Class

Definition

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

Constructors

FileRuleStore(String, IRuleLanguageConverter)
FileRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
FileRuleStore(String, WindowsIdentity)
FileRuleStore(String)

Properties

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

Methods

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)
GetDependentVocabularies(VocabularyInfo)
GetReferencedVocabularies(RuleSetInfo)
GetReferencedVocabularies(VocabularyInfo)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo) (Inherited from RuleStore)
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) (Inherited from RuleStore)
Publish(RuleSetInfoCollection, VocabularyInfoCollection) (Inherited from RuleStore)
Publish(RuleSetInfoCollection) (Inherited from RuleStore)
Publish(Vocabulary) (Inherited from RuleStore)
Publish(VocabularyDictionary) (Inherited from RuleStore)
Publish(VocabularyInfo) (Inherited from RuleStore)
Publish(VocabularyInfoCollection) (Inherited from RuleStore)
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