ORM Sample Class Library

BusinessBase Class

Privides the base implimentation of each business object.

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

System.Object
   BusinessBase

[Visual Basic]
<Serializable>
MustInherit Public Class BusinessBase
Implements IEditableObject, ICustomTypeDescriptor
[C#]
[Serializable]
public abstract class BusinessBase : IEditableObject, ICustomTypeDescriptor

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 is abstract an should not be instantiated directly.

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

BusinessBase Members | OrmLib Namespace


ingBiz.Teacher

    System.Collections.CollectionBase

        CollectionTemplateOrmLib.CollectionTemplate

            OleroTrainingBiz.ContactCollectionOrmTemplate

                OleroTrainingBiz.ContactCollection

            OleroTrainingBiz.CourseCollectionOrmTemplate

                OleroTrainingBiz.CourseCollection

            OleroTrainingBiz.EnrollmentCollectionOrmTemplate

                OleroTrainingBiz.EnrollmentCollection

            OleroTrainingBiz.RoomCollectionOrmTemplate

                OleroTrainingBiz.RoomCollection

            OleroTrainingBiz.ScheduleCollectionOrmTemplate

                OleroTrainingBiz.ScheduleCollection

            OleroTrainingBiz.StudentCollectionOrmTemplate

                OleroTrainingBiz.StudentCollection

            OleroTrainingBiz.TeacherCollectionOrmTemplate

                OleroTrainingBiz.TeacherCollection

    OleroTrainingBiz.Config

    DataManagerBaseOrmLib.DataManagerBase

        OleroTrainingBiz.DataManager

    OleroTrainingBiz.FetchPath

    OleroTrainingBiz.JoinPath

    OleroTrainingBiz.Lookups

    OleroTrainingBiz.OrmDataSet

See Also

OleroTrainingBiz Namespace