Partager via


SqlRuleStore Classe

Définition

public ref class SqlRuleStore : Microsoft::RuleEngine::RuleStore
public class SqlRuleStore : Microsoft.RuleEngine.RuleStore
type SqlRuleStore = class
    inherit RuleStore
Public Class SqlRuleStore
Inherits RuleStore
Héritage
SqlRuleStore

Constructeurs

SqlRuleStore(String, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity)
SqlRuleStore(String)

Propriétés

Converter (Hérité de RuleStore)
Credentials (Hérité de RuleStore)
Location (Hérité de RuleStore)

Méthodes

Add(RuleSet, Boolean)
Add(RuleSet) (Hérité de RuleStore)
Add(RuleSetDictionary, Boolean)
Add(RuleSetDictionary, VocabularyDictionary, Boolean)
Add(RuleSetDictionary) (Hérité de RuleStore)
Add(Vocabulary, Boolean)
Add(Vocabulary) (Hérité de RuleStore)
Add(VocabularyDictionary, Boolean)
Add(VocabularyDictionary) (Hérité de 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) (Hérité de RuleStore)
Publish(RuleSetDictionary, VocabularyDictionary) (Hérité de RuleStore)
Publish(RuleSetDictionary) (Hérité de RuleStore)
Publish(RuleSetInfo)
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
Publish(RuleSetInfoCollection)
Publish(Vocabulary) (Hérité de RuleStore)
Publish(VocabularyDictionary) (Hérité de RuleStore)
Publish(VocabularyInfo)
Publish(VocabularyInfoCollection)
Remove(RuleSet) (Hérité de RuleStore)
Remove(RuleSetDictionary) (Hérité de RuleStore)
Remove(RuleSetInfo)
Remove(RuleSetInfoCollection)
Remove(Vocabulary) (Hérité de RuleStore)
Remove(VocabularyDictionary) (Hérité de RuleStore)
Remove(VocabularyInfo)
Remove(VocabularyInfoCollection)
RemoveAuthorizationGroups(AuthorizationGroup[])
RemoveAuthorizationGroups(AuthorizationGroupCollection)
Save(RuleSet, Boolean) (Hérité de RuleStore)
Save(RuleSet) (Hérité de RuleStore)
Save(RuleSetDictionary, Boolean) (Hérité de RuleStore)
Save(RuleSetDictionary, VocabularyDictionary, Boolean) (Hérité de RuleStore)
Save(RuleSetDictionary) (Hérité de RuleStore)
Save(Vocabulary, Boolean) (Hérité de RuleStore)
Save(Vocabulary) (Hérité de RuleStore)
Save(VocabularyDictionary, Boolean) (Hérité de RuleStore)
Save(VocabularyDictionary) (Hérité de 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)

S’applique à