Object collection management engine that uses a schedule definition collection to wrap the objects internally. Provides automatic management for the collection items. Use Items property to set your own schedule definition data item collection to manage and use ScheduleDefinitions property to access the managed schedule definition collection mapping your items. It is recommended to set at least these data member properties: DefinitionStringMemberPath. These data member properties can also be set: ContentMemberPath.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.Ignore)]
public class ScheduleDefinitionManager : EntityManager, 
	ISupportInitializeNotification
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.Ignore)> _
Public Class ScheduleDefinitionManager _
	Inherits EntityManager _
	Implements ISupportInitializeNotification

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Data..::.EntityManager
        DlhSoft.Windows.Data..::.ScheduleDefinitionManager

See Also