次の方法で共有


OleDbRuleStore クラス

定義

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

コンストラクター

OleDbRuleStore(String, IRuleLanguageConverter)
OleDbRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
OleDbRuleStore(String, WindowsIdentity)
OleDbRuleStore(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() (継承元 RuleStore)
EnableAuthorization() (継承元 RuleStore)
GetAllAuthorizationGroups() (継承元 RuleStore)
GetAuthorizationGroup(String) (継承元 RuleStore)
GetDependentRuleSets(VocabularyInfo) (継承元 RuleStore)
GetDependentVocabularies(VocabularyInfo) (継承元 RuleStore)
GetReferencedVocabularies(RuleSetInfo) (継承元 RuleStore)
GetReferencedVocabularies(VocabularyInfo) (継承元 RuleStore)
GetRuleSet(RuleSetInfo)
GetRuleSetAsBrl(RuleSetInfo)
GetRuleSetAuthorizations(RuleSetInfo) (継承元 RuleStore)
GetRuleSets(RuleStore+Filter)
GetRuleSets(String, RuleStore+Filter)
GetVocabularies(RuleStore+Filter)
GetVocabularies(String, RuleStore+Filter)
GetVocabulary(VocabularyInfo)
GetVocabularyAuthorizations(VocabularyInfo) (継承元 RuleStore)
IsAuthorizationEnabled() (継承元 RuleStore)
IsRuleSetAccessible(RuleSetInfo) (継承元 RuleStore)
IsVocabularyAccessible(VocabularyInfo) (継承元 RuleStore)
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[]) (継承元 RuleStore)
RemoveAuthorizationGroups(AuthorizationGroupCollection) (継承元 RuleStore)
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[]) (継承元 RuleStore)
SaveAuthorizationGroups(AuthorizationGroupCollection) (継承元 RuleStore)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[]) (継承元 RuleStore)
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection) (継承元 RuleStore)
SetRuleSetAuthorizations(String, AuthorizationGroup[]) (継承元 RuleStore)
SetRuleSetAuthorizations(String, AuthorizationGroupCollection) (継承元 RuleStore)
SetVocabularyAuthorizations(String, AuthorizationGroup[]) (継承元 RuleStore)
SetVocabularyAuthorizations(String, AuthorizationGroupCollection) (継承元 RuleStore)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroup[]) (継承元 RuleStore)
SetVocabularyAuthorizations(VocabularyInfo, AuthorizationGroupCollection) (継承元 RuleStore)

適用対象