SqlRuleStore Classe

Definição

public ref class SqlRuleStore : Microsoft::RuleEngine::RuleStore
public class SqlRuleStore : Microsoft.RuleEngine.RuleStore
type SqlRuleStore = class
    inherit RuleStore
Public Class SqlRuleStore
Inherits RuleStore
Herança
SqlRuleStore

Construtores

Nome Description
SqlRuleStore(String, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
SqlRuleStore(String, WindowsIdentity)
SqlRuleStore(String)

Propriedades

Nome Description
Converter (Herdado de RuleStore)
Credentials (Herdado de RuleStore)
Location (Herdado de RuleStore)

Métodos

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

Aplica-se a