Share via


VocabularyInfoCollection Class

Definition

public ref class VocabularyInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class VocabularyInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type VocabularyInfoCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class VocabularyInfoCollection
Inherits RuleEngineCollection
Inheritance
VocabularyInfoCollection
Attributes

Constructors

VocabularyInfoCollection()
VocabularyInfoCollection(ICollection)

Properties

Count (Inherited from RuleEngineCollection)
IsFixedSize (Inherited from RuleEngineCollection)
IsReadOnly (Inherited from RuleEngineCollection)
IsSynchronized (Inherited from RuleEngineCollection)
Item[Int32]
ItemType (Inherited from RuleEngineCollection)
SyncRoot (Inherited from RuleEngineCollection)

Methods

Add(Object) (Inherited from RuleEngineCollection)
Add(VocabularyInfo)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(Object) (Inherited from RuleEngineCollection)
Contains(VocabularyInfo)
CopyTo(Array, Int32) (Inherited from RuleEngineCollection)
CopyTo(VocabularyInfo[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(Object) (Inherited from RuleEngineCollection)
IndexOf(VocabularyInfo)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Insert(Int32, VocabularyInfo)
Remove(Object) (Inherited from RuleEngineCollection)
Remove(VocabularyInfo)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Applies to