次の方法で共有


SqlRuleStore クラス

定義

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

コンストラクター

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

プロパティ

Converter (継承元 RuleStore)
Credentials (継承元 RuleStore)
Location (継承元 RuleStore)

メソッド

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

適用対象