[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=IdentityReferenceCollection Info=Represents a collection of IdentityReference objects and provides a means of converting sets of IdentityReference-derived objects to IdentityReference-derived types. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the IdentityReferenceCollection class. ARG(enum)|14|0|Constructor,Constructor2 Capacity=Sets the initial number of items in the collection. ARG(int)|1|0 Index=Sets the zero-based index in array where the IdentityReferenceCollection collection to operate. ARG(int)|1|0 Offset=Sets the zero-based index in array where the IdentityReferenceCollection collection to operate. ARG(int)|1|0 TargetType=Sets the type to which items in the collection are being converted. ARG(Type)|20|(empty)|Type [Methods] doAdd=Adds an IdentityReference object to the IdentityReferenceCollection collection. ARG(IdentityReference identity)|1|0 *doClear=Clears all IdentityReference objects from the IdentityReferenceCollection collection. ARG()|1|0 *doConstructor=Initializes a new instance of the IdentityReferenceCollection class with zero items in the collection. ARG()|1|0 *doConstructor2=Initializes a new instance of the IdentityReferenceCollection class by using the specified initial size. ARG(int capacity)|1|0 *doContains=Indicates whether the IdentityReferenceCollection collection contains the specified IdentityReference object. ARG(IdentityReference identity)|1|0 *doCopyTo=Copies the IdentityReferenceCollection collection to an IdentityReferenceCollection array, starting at the specified index. ARG(IdentityReference[] array, int offset)|1|0 *doItem=Sets the node at the specified index of the IdentityReferenceCollection collection. ARG(IdentityReference identity, int index)|1|0 *doRemove=Removes the specified IdentityReference object from the collection. ARG(IdentityReference identity)|1|0 *doTranslate=Converts the objects in the collection to the specified type. Calling this method is the same as calling with the second parameter set to false, which means that exceptions will not be thrown for items that fail conversion. ARG(Type targetType)|1|0 *doTranslate2=Converts the objects in the collection to the specified type and uses the specified fault tolerance to handle or ignore errors associated with a type not having a conversion mapping. ARG(Type targetType, bool forceSuccess)|1|0 *onContains=Occurs after invoke the method doContains and returns the result. ARG(bool)|2|104 *onRemove=Occurs after invoke the method doRemove and returns the result. ARG(bool)|2|104 *onTranslate=Occurs after invoke the method doTranslate and returns the result. ARG(IdentityReferenceCollection)|2|0 *Count=Returns the number of items in the IdentityReferenceCollection collection. ARG(int)|3|1 *GetEnumerator=Gets an enumerator that can be used to iterate through the IdentityReferenceCollection collection. ARG(IEnumerator)|3|0 *IsReadOnly=Returns a value that indicates whether the IdentityReferenceCollection collection is read-only. ARG(bool)|3|104 *Item=Sets or gets the node at the specified index of the IdentityReferenceCollection collection. ARG(IdentityReference)|3|0 IdentityReferenceCollection=Returns the IdentityReferenceCollection object. ARG(IdentityReferenceCollection)|3|0 *array=Defines an IdentityReferenceCollection array object to which the IdentityReferenceCollection collection is to be copied. ARG(IdentityReference[])|4|13 *capacity=Defines the initial number of items in the collection. The value of capacity is a hint only; it is not necessarily the maximum number of items created. ARG(int)|4|1 *forceSuccess=Defines a Boolean value that determines how conversion errors are handled. If forceSuccess is true, conversion errors due to a mapping not being found for the translation result in a failed conversion and exceptions being thrown. If forceSuccess is false, types that failed to convert due to a mapping not being found for the translation are copied without being converted into the collection being returned. ARG(bool)|4|104 Identity=Defines the IdentityReference object to operate. ARG(IdentityReference)|4|0 *index=Defines the zero-based index in array where the IdentityReferenceCollection collection to operate. ARG(int)|4|1 *offset=Defines the zero-based index in array where the IdentityReferenceCollection collection to operate. ARG(int)|4|1 *targetType=Defines the type to which items in the collection are being converted. ARG(Type)|4|0