Chili.Opf3 Send comments on this topic.
IMemberInfoCollection Interface Members
See Also  Properties  Methods 
Chili.Opf3.Mapping Namespace : IMemberInfoCollection Interface


The following tables list the members exposed by IMemberInfoCollection.

Public Properties

 NameDescription
 PropertyCount Gets the number of elements actually contained in the collection.  
 PropertyIsReadOnly Returns whether the collection is read-only.  
 PropertyItem Returns the item at the given index.  
Top

Public Methods

 NameDescription
 MethodContains Determines whether an element is in the collection.  
 MethodCopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
 MethodGetIdentifierMemberMappings Returns a list that contains the member mappings for the identifier member of the type.  
 MethodGetMemberInfoByField Returns the IMemberInfo object associated with the given field name.  
 MethodGetMemberInfoByName Returns the IMemberInfo object associated with the given name of an object member.  
Top

See Also