Version

CIMMap Class Members

The following tables list the members exposed by CIMMap.

Public Constructors
 NameDescription
Public ConstructorCIMMap ConstructorCIMMap constructor.  
Public Fields
 NameDescription
Public FieldCodeTrailCode trail field used by this CIMMap.  
Public FieldDeclSpecSpecial declarations used by this CIMMap.  
Public FieldListenerThe listener used by this CIMMap.  
Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList)
Public PropertyClientSideDetermines whether or not this CIMMap exists on the client machine.  
Public PropertyCountGets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public PropertyGenerateListenerCodeDetermines whether or not this CIMMap should generate the code for the event listeners.  
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ArrayList)
Public PropertyServerSideDetermines whether or not this CIMMap exists on the server.  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodAddRangeAdds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.ArrayList)
Public MethodClearClears all elements of this HTMLTag. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodclearAttributesClears all attributes of this HTMLTag. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodCloneCreates a shallow copy of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodContainsDetermines whether an element is in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodCopyToOverloaded. Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. (Inherited from System.Collections.ArrayList)
Public MethodgetAttributeGets a named attribute. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodgetAttributesGets the attributes of this HTMLTag. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodgetClientSideCallbackLanguageGets the client-side event delegation language used by this CIMMap.  
Public MethodgetEnginePrefixGets the event engine prefix for this CIMMap.  
Public MethodGetEnumeratorOverloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodgetNameReturns the name of this HTMLTag. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodgetPVCEventMaskGets the event mask for this CIMMap.  
Public MethodGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodInsertInserts an element into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList)
Public MethodInsertRangeInserts the elements of a collection into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList)
Public MethodLastIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveRemoves the first occurrence of a specific object from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodremoveAttributeRemoves a named attribute. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodRemoveRangeRemoves a range of elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodsetAttributeSets a named attribute. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodsetAttributesOverloaded. Sets the attributes for this HTMLTag using the alternating keys and values from the given string array. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodsetClientSideCallbackLanguageSets the client-side event delegation language.  
Public MethodsetDataSets the data to be used by this CIMMap.  
Public MethodsetEnginePrefixSets the event engine prefix string for this CIMMap.  
Public MethodsetEnvironmentSets the environment hashtable for this CIMMap.  
Public MethodsetNameSets the name of the tag. (Inherited from Infragistics.UltraChart.Render.ActiveImage.HTMLTag)
Public MethodsetPVCEventMaskSets the event mask for this CIMMap.  
Public MethodSetRangeCopies the elements of a collection over a range of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSortOverloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodToArrayOverloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList)
Public MethodToStringConverts this CIMMap into a string.  
Public MethodTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
See Also