SqlRuleStore Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Construtores
Propriedades
Métodos
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