ORM Sample Class Library

BusinessBase.Parents Field

Represents an array of the objects' parents. That is, all the collections that it is in.

[Visual Basic]
Protected Friend Parents As ArrayList
[C#]
protected internal ArrayList Parents;

Remarks

Removing from this List will stop events being fired on the removed collection. Add to this list will cause events to be fired on the added collection.

See Also

BusinessBase Class | OrmLib Namespace


lass">
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