BindingMap Methods


Binding Map Methods

The BindingMap type exposes the following members.

Methods
Name Description
Public method Clear This method is used to remove all the items in the map.
(Overrides DefinitionBindingMap Clear )
Public method Contains The Contains method is used to check if the parameter binding exists for one definition.
(Overrides DefinitionBindingMap Contains(Definition) )
Public method Dispose Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject )
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method Erase This method is used to erase one item in the map.
(Overrides DefinitionBindingMap Erase(Definition) )
Public method ForwardIterator Retrieve a forward moving iterator to the map.
(Inherited from DefinitionBindingMap )
Public method GetEnumerator Retrieve a forward moving iterator to the map.
(Inherited from DefinitionBindingMap )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Insert(Definition, Binding) Creates a new parameter binding between a parameter and a set of categories.
(Overrides DefinitionBindingMap Insert(Definition, Binding) )
Public method Insert(Definition, Binding, ForgeTypeId) Creates a new parameter binding between a parameter and a set of categories in a specified group.
Public method ReInsert(Definition, Binding) Removes an existing parameter and creates a new binding for a given parameter.
Public method ReInsert(Definition, Binding, ForgeTypeId) Removes an existing parameter and creates a new binding for a given parameter in a specified group.
Public method Remove The Remove method is used to remove a parameter binding.
Public method ReverseIterator Retrieve a backward moving iterator to the map.
(Inherited from DefinitionBindingMap )
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also