다음을 통해 공유


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)

적용 대상