Initializes a new instance of the ScheduleDefinitionManager class.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public ScheduleDefinitionManager( IEnumerable items, string contentMemberPath, string definitionStringMemberPath, EntityManager..::.Initialization initialization ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ items As IEnumerable, _ contentMemberPath As String, _ definitionStringMemberPath As String, _ initialization As EntityManager..::.Initialization _ ) |
Parameters
- items
- Type: System.Collections..::.IEnumerable
Collection of schedule definition items to be managed.
- contentMemberPath
- Type: System..::.String
Path to an Object value on a source schedule definition item to serve as the schedule definition content, or null to indicate that the content is not provided by the source schedule definition item.
- definitionStringMemberPath
- Type: System..::.String
Path to a String value on a source schedule definition item to serve as the schedule definition string, or null to indicate that the definition string value is not provided by the source schedule definition item.
- initialization
- Type: DlhSoft.Windows.Data..::.EntityManager..::.Initialization
A method to be called when the ScheduleDefinitionManager initializes.