Initializes a new instance of the ResourceManager class. The initial values of the data member properties are set to appropriate property paths for using ResourceItem objects.

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

Syntax

C#
public ResourceManager(
	DataManagementMode dataManagementMode
)
Visual Basic (Declaration)
Public Sub New ( _
	dataManagementMode As DataManagementMode _
)

Parameters

dataManagementMode
Type: DlhSoft.Windows.Data..::.DataManagementMode
Data management mode to use.

See Also