BindingMap Members


The BindingMap type exposes the following members.

Methods

  NameDescription
Public methodClear
This method is used to remove all the items in the map.
(Overrides DefinitionBindingMapClear.)
Public methodContains
The Contains method is used to check if the parameter binding exists for one definition.
(Overrides DefinitionBindingMapContains(Definition).)
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErase
This method is used to erase one item in the map.
(Overrides DefinitionBindingMapErase(Definition).)
Public methodForwardIterator
Retrieve a forward moving iterator to the map.
(Inherited from DefinitionBindingMap.)
Public methodGetEnumerator
Retrieve a forward moving iterator to the map.
(Inherited from DefinitionBindingMap.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(Definition, Binding)
Creates a new parameter binding between a parameter and a set of categories.
(Overrides DefinitionBindingMapInsert(Definition, Binding).)
Public methodInsert(Definition, Binding, BuiltInParameterGroup) Obsolete.
Creates a new parameter binding between a parameter and a set of categories in a specified group.
Public methodInsert(Definition, Binding, ForgeTypeId)
Creates a new parameter binding between a parameter and a set of categories in a specified group.
Public methodReInsert(Definition, Binding)
Removes an existing parameter and creates a new binding for a given parameter.
Public methodReInsert(Definition, Binding, BuiltInParameterGroup) Obsolete.
Removes an existing parameter and creates a new binding for a given parameter in a specified group.
Public methodReInsert(Definition, Binding, ForgeTypeId)
Removes an existing parameter and creates a new binding for a given parameter in a specified group.
Public methodRemove
The Remove method is used to remove a parameter binding.
Public methodReverseIterator
Retrieve a backward moving iterator to the map.
(Inherited from DefinitionBindingMap.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsEmpty
Test to see if the map is empty.
(Inherited from DefinitionBindingMap.)
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyItem
The get_Item method will get the binding item related to the input key.
(Overrides DefinitionBindingMapItemDefinition.)
Public propertySize
Returns the number of bindings that are in the map.
(Inherited from DefinitionBindingMap.)

See Also