The OplDataElements type exposes the following members.

Methods

  Name Description
Public method AddElement
Adds an element to this collection. The collection does not take ownership of the allocated memory.
Public method AddElementAs
Adds an element to this collection, with a different name. The collection does not take ownership of the allocated memory.
Public method cpp_MakeElement
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method Dispose (Overrides OplDataSource..::..Dispose()()()().)
Public method End
Clears the memory used by this object
(Inherited from OplDataSource.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize (Overrides OplDataSource..::..Finalize()()()().)
Public method getDataHandler
(Inherited from OplDataSource.)
Public method GetElement
Returns a named data element.
Public method GetElementEnumerator
Returns a new iterator for the elements in this model. The caller is responsible for ending the iterator.

Return Value

The OplElementIterator being created.

Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method getPrepare
(Inherited from OplDataSource.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method hasPrepare
(Inherited from OplDataSource.)
Public method MakeElement(String, ITuple)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, Double)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, Int32)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, String)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method makeScriptExpression
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method read
(Inherited from OplDataSource.)
Public method SetElement
Replaces an element in this collection. The collection does not take ownership of the allocated memory.
Public method ToString (Overrides Object..::..ToString()()()().)

See Also