Share via


SubscriptionRuleStore Class

Definition

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

Constructors

SubscriptionRuleStore(String)
SubscriptionRuleStore(String, IRuleLanguageConverter)
SubscriptionRuleStore(String, WindowsIdentity)
SubscriptionRuleStore(String, WindowsIdentity, IRuleLanguageConverter)

Properties

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

Methods

Add(RuleSet) (Inherited from RuleStore)
Add(RuleSet, Boolean)
Add(RuleSetDictionary) (Inherited from RuleStore)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(Vocabulary) (Inherited from RuleStore)
Add(Vocabulary, Boolean)
Add(VocabularyDictionary) (Inherited from RuleStore)
Add(VocabularyDictionary, Boolean)
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) (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) (Inherited from RuleStore)
Publish(RuleSetDictionary, VocabularyDictionary) (Inherited from RuleStore)
Publish(RuleSetInfo) (Inherited from RuleStore)
Publish(RuleSetInfoCollection) (Inherited from RuleStore)
Publish(RuleSetInfoCollection, VocabularyInfoCollection) (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) (Inherited from RuleStore)
Save(RuleSet, Boolean) (Inherited from RuleStore)
Save(RuleSetDictionary) (Inherited from RuleStore)
Save(RuleSetDictionary, Boolean) (Inherited from RuleStore)
Save(RuleSetDictionary, VocabularyDictionary, Boolean) (Inherited from RuleStore)
Save(Vocabulary) (Inherited from RuleStore)
Save(Vocabulary, Boolean) (Inherited from RuleStore)
Save(VocabularyDictionary) (Inherited from RuleStore)
Save(VocabularyDictionary, Boolean) (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