ORM Sample Class Library

ContactCollection Class

Holds a colection of Contacts that can be searched and enemerated.

For a list of all members of this type, see ContactCollection Members.

System.Object
   CollectionBase
      CollectionTemplate
         ContactCollectionOrmTemplate
            ContactCollection

[Visual Basic]
<TypedCollection(CollectionType="OleroTrainingBiz.Contact")>
<DefaultMember(MemberName="Item")>
Public Class ContactCollection
Inherits ContactCollectionOrmTemplate
[C#]
[TypedCollection(CollectionType="OleroTrainingBiz.Contact")]
[DefaultMember(MemberName="Item")]
public class ContactCollection : ContactCollectionOrmTemplate

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class should not be instantiated directly. See GetContactCollection. This class can be customized for more specific filters and finds

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

ContactCollection Members | OleroTrainingBiz Namespace


SDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object is reclaimed by garbage collection.