%Activate.IEnumVariant
class %Activate.IEnumVariant extends %Activate.Interface
Method Inventory (Including Private)
Methods (Including Private)
classmethod %GetIID() as %String
method Clone() as %Activate.IEnumVariant
Return a clone of this enumerator
method Next(ByRef pVariant As %Activate.Variant) as %Boolean
Get the next variant if there is one and return true otherwise return false.
final method Reset()
Reset the enumerator
Skip the required number of elements, return true if all were skipped, false
if end of sequence was reached before skip completed
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %CopyBack()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FormatKnownParam()
- %FormatVariantParam()
- %GetParameter()
- %GetRefCount()
- %IDispatchPtrSet()
- %IsA()
- %IsModified()
- %MakeVariantReturnValue()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Become()