SqlRuleStore Clase

Definición

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

Constructores

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

Propiedades

Nombre Description
Converter (Heredado de RuleStore)
Credentials (Heredado de RuleStore)
Location (Heredado de RuleStore)

Métodos

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

Se aplica a