ORM Sample Class Library

ScheduleCollection Class

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

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

System.Object
   CollectionBase
      CollectionTemplate
         ScheduleCollectionOrmTemplate
            ScheduleCollection

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

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

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

ScheduleCollection Members | OleroTrainingBiz Namespace


meworkSDKv1.1/cpref/html/frlrfSystemComponentModelICustomTypeDescriptorClassGetClassNameTopic.htm">GetClassName