SqlRuleStore Klasse

Definition

public ref class SqlRuleStore : Microsoft::RuleEngine::RuleStore
public class SqlRuleStore : Microsoft.RuleEngine.RuleStore
type SqlRuleStore = class
    inherit RuleStore
Public Class SqlRuleStore
Inherits RuleStore
Vererbung
SqlRuleStore

Konstruktoren

Name Beschreibung
SqlRuleStore(String, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity)
SqlRuleStore(String)

Eigenschaften

Name Beschreibung
Converter (Geerbt von RuleStore)
Credentials (Geerbt von RuleStore)
Location (Geerbt von RuleStore)

Methoden

Name Beschreibung
Add(RuleSet, Boolean)
Add(RuleSet) (Geerbt von RuleStore)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(RuleSetDictionary) (Geerbt von RuleStore)
Add(Vocabulary, Boolean)
Add(Vocabulary) (Geerbt von RuleStore)
Add(VocabularyDictionary, Boolean)
Add(VocabularyDictionary) (Geerbt von RuleStore)
DisableAuthorization()
EnableAuthorization()
GetAllAuthorizationGroups()
GetAuthorizationGroup(String)
GetDependentRuleSets(VocabularyInfo)
GetDependentVocabularies(VocabularyInfo)
GetReferencedVocabularies(RuleSetInfo)
GetReferencedVocabularies(VocabularyInfo)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo)
GetRuleSetAuthorizations(RuleSetInfo)
GetRuleSets(RuleStore+Filter)
GetRuleSets(String, RuleStore+Filter)
GetRuleSetsInternal(SqlConnection, SqlTransaction, String, RuleStore+Filter)
GetVocabularies(RuleStore+Filter)
GetVocabularies(String, RuleStore+Filter)
GetVocabulariesInternal(SqlConnection, SqlTransaction, String, RuleStore+Filter)
GetVocabulary(VocabularyInfo)
GetVocabularyAuthorizations(VocabularyInfo)
IsAuthorizationEnabled()
IsRuleSetAccessible(RuleSetInfo)
IsVocabularyAccessible(VocabularyInfo)
Publish(RuleSet) (Geerbt von RuleStore)
Publish(RuleSetDictionary, VocabularyDictionary) (Geerbt von RuleStore)
Publish(RuleSetDictionary) (Geerbt von RuleStore)
Publish(RuleSetInfo)
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
Publish(RuleSetInfoCollection)
Publish(Vocabulary) (Geerbt von RuleStore)
Publish(VocabularyDictionary) (Geerbt von RuleStore)
Publish(VocabularyInfo)
Publish(VocabularyInfoCollection)
Remove(RuleSet) (Geerbt von RuleStore)
Remove(RuleSetDictionary) (Geerbt von RuleStore)
Remove(RuleSetInfo)
Remove(RuleSetInfoCollection)
Remove(Vocabulary) (Geerbt von RuleStore)
Remove(VocabularyDictionary) (Geerbt von RuleStore)
Remove(VocabularyInfo)
Remove(VocabularyInfoCollection)
RemoveAuthorizationGroups(AuthorizationGroup[])
RemoveAuthorizationGroups(AuthorizationGroupCollection)
Save(RuleSet, Boolean) (Geerbt von RuleStore)
Save(RuleSet) (Geerbt von RuleStore)
Save(RuleSetDictionary, Boolean) (Geerbt von RuleStore)
Save(RuleSetDictionary, VocabularyDictionary, Boolean) (Geerbt von RuleStore)
Save(RuleSetDictionary) (Geerbt von RuleStore)
Save(Vocabulary, Boolean) (Geerbt von RuleStore)
Save(Vocabulary) (Geerbt von RuleStore)
Save(VocabularyDictionary, Boolean) (Geerbt von RuleStore)
Save(VocabularyDictionary) (Geerbt von RuleStore)
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)

Gilt für: