ORM Sample Class Library

RoomCollection Class

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

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

System.Object
   CollectionBase
      CollectionTemplate
         RoomCollectionOrmTemplate
            RoomCollection

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

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 GetRoomCollection. This class can be customized for more specific filters and finds

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

RoomCollection Members | OleroTrainingBiz Namespace


>Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.