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

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

Syntax

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

Inheritance Hierarchy

See Also