Share via


RuleStore.GetReferencedVocabularies Method

Definition

Overloads

GetReferencedVocabularies(RuleSetInfo)
GetReferencedVocabularies(VocabularyInfo)
GetReferencedVocabularies<T>(RuleSet, RuleStore.VocabularyLinkFound<T>, T)
GetReferencedVocabularies<T>(Vocabulary, RuleStore.ValueDefinitionLinkFound<T>, T)

GetReferencedVocabularies(RuleSetInfo)

public:
 virtual Microsoft::RuleEngine::VocabularyInfoCollection ^ GetReferencedVocabularies(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public virtual Microsoft.RuleEngine.VocabularyInfoCollection GetReferencedVocabularies (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
abstract member GetReferencedVocabularies : Microsoft.RuleEngine.RuleSetInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
override this.GetReferencedVocabularies : Microsoft.RuleEngine.RuleSetInfo -> Microsoft.RuleEngine.VocabularyInfoCollection

Parameters

ruleSetInfo
RuleSetInfo

Returns

Applies to

GetReferencedVocabularies(VocabularyInfo)

public:
 virtual Microsoft::RuleEngine::VocabularyInfoCollection ^ GetReferencedVocabularies(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo);
public virtual Microsoft.RuleEngine.VocabularyInfoCollection GetReferencedVocabularies (Microsoft.RuleEngine.VocabularyInfo vocabularyInfo);
abstract member GetReferencedVocabularies : Microsoft.RuleEngine.VocabularyInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
override this.GetReferencedVocabularies : Microsoft.RuleEngine.VocabularyInfo -> Microsoft.RuleEngine.VocabularyInfoCollection

Parameters

vocabularyInfo
VocabularyInfo

Returns

Applies to

GetReferencedVocabularies<T>(RuleSet, RuleStore.VocabularyLinkFound<T>, T)

public:
generic <typename T>
 static void GetReferencedVocabularies(Microsoft::RuleEngine::RuleSet ^ ruleSet, Microsoft::RuleEngine::RuleStore::VocabularyLinkFound<T> ^ callback, T parameter);
public static void GetReferencedVocabularies<T> (Microsoft.RuleEngine.RuleSet ruleSet, Microsoft.RuleEngine.RuleStore.VocabularyLinkFound<T> callback, T parameter);
static member GetReferencedVocabularies : Microsoft.RuleEngine.RuleSet * Microsoft.RuleEngine.RuleStore.VocabularyLinkFound<'T> * 'T -> unit

Type Parameters

T

Parameters

ruleSet
RuleSet
parameter
T

Applies to

GetReferencedVocabularies<T>(Vocabulary, RuleStore.ValueDefinitionLinkFound<T>, T)

public:
generic <typename T>
 static void GetReferencedVocabularies(Microsoft::RuleEngine::Vocabulary ^ vocabulary, Microsoft::RuleEngine::RuleStore::ValueDefinitionLinkFound<T> ^ callback, T parameter);
public static void GetReferencedVocabularies<T> (Microsoft.RuleEngine.Vocabulary vocabulary, Microsoft.RuleEngine.RuleStore.ValueDefinitionLinkFound<T> callback, T parameter);
static member GetReferencedVocabularies : Microsoft.RuleEngine.Vocabulary * Microsoft.RuleEngine.RuleStore.ValueDefinitionLinkFound<'T> * 'T -> unit

Type Parameters

T

Parameters

vocabulary
Vocabulary
parameter
T

Applies to