Share via


RuleStore Class

Definition

public ref class RuleStore abstract
public abstract class RuleStore
type RuleStore = class
Public MustInherit Class RuleStore
Inheritance
RuleStore
Derived

Constructors

RuleStore(String)
RuleStore(String, IRuleLanguageConverter)
RuleStore(String, WindowsIdentity)
RuleStore(String, WindowsIdentity, IRuleLanguageConverter)

Properties

Converter
Credentials
Location

Methods

Add(RuleSet)
Add(RuleSet, Boolean)
Add(RuleSetDictionary)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(Vocabulary)
Add(Vocabulary, Boolean)
Add(VocabularyDictionary)
Add(VocabularyDictionary, Boolean)
CheckVersion(VersionInfo, VersionInfo, Boolean)
DisableAuthorization()
EnableAuthorization()
GetAllAuthorizationGroups()
GetAuthorizationGroup(String)
GetDependentRuleSets(VocabularyInfo)
GetDependentVocabularies(VocabularyInfo)
GetReferencedVocabularies(RuleSetInfo)
GetReferencedVocabularies(VocabularyInfo)
GetReferencedVocabularies<T>(RuleSet, RuleStore.VocabularyLinkFound<T>, T)
GetReferencedVocabularies<T>(Vocabulary, RuleStore.ValueDefinitionLinkFound<T>, T)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo)
GetRuleSetAuthorizations(RuleSetInfo)
GetRuleSets(RuleStore+Filter)
GetRuleSets(String, RuleStore+Filter)
GetVocabularies(RuleStore+Filter)
GetVocabularies(String, RuleStore+Filter)
GetVocabulary(VocabularyInfo)
GetVocabularyAuthorizations(VocabularyInfo)
Info(RuleSet)
Info(Vocabulary)
IsAuthorizationEnabled()
IsRuleSetAccessible(RuleSetInfo)
IsVocabularyAccessible(VocabularyInfo)
Publish(RuleSet)
Publish(RuleSetDictionary)
Publish(RuleSetDictionary, VocabularyDictionary)
Publish(RuleSetInfo)
Publish(RuleSetInfoCollection)
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
Publish(Vocabulary)
Publish(VocabularyDictionary)
Publish(VocabularyInfo)
Publish(VocabularyInfoCollection)
Remove(RuleSet)
Remove(RuleSetDictionary)
Remove(RuleSetInfo)
Remove(RuleSetInfoCollection)
Remove(Vocabulary)
Remove(VocabularyDictionary)
Remove(VocabularyInfo)
Remove(VocabularyInfoCollection)
RemoveAuthorizationGroups(AuthorizationGroup[])
RemoveAuthorizationGroups(AuthorizationGroupCollection)
Save(RuleSet)
Save(RuleSet, Boolean)
Save(RuleSetDictionary)
Save(RuleSetDictionary, Boolean)
Save(RuleSetDictionary, VocabularyDictionary, Boolean)
Save(Vocabulary)
Save(Vocabulary, Boolean)
Save(VocabularyDictionary)
Save(VocabularyDictionary, Boolean)
SaveAuthorizationGroups(AuthorizationGroup[])
SaveAuthorizationGroups(AuthorizationGroupCollection)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[])
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection)
SetRuleSetAuthorizations(String, AuthorizationGroup[])
SetRuleSetAuthorizations(String, AuthorizationGroupCollection)
SetVocabularyAuthorizations(String, AuthorizationGroup[])
SetVocabularyAuthorizations(String, AuthorizationGroupCollection)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroup[])
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroupCollection)

Applies to