ORM Sample Class Library

Room Class

Wraps a row and it's columns/children/parents

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

System.Object
   BusinessBase
      Business
         RoomOrmTemplate
            Room

[Visual Basic]
<DefaultMember(MemberName="Item")>
Public Class Room
Inherits RoomOrmTemplate
[C#]
[DefaultMember(MemberName="Item")]
public class Room : RoomOrmTemplate

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 GetRoom. This class should be customized.

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

Room Members | OleroTrainingBiz Namespace


rfSystemStringClassTopic.htm">String that represents the current Object.

Protected Instance Methods