Initializes a new instance of the ScheduleDefinition class.

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

Syntax

C#
protected internal ScheduleDefinition(
	Object item,
	string contentMemberPath,
	string definitionStringMemberPath
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	item As Object, _
	contentMemberPath As String, _
	definitionStringMemberPath As String _
)

Parameters

item
Type: System..::.Object
Schedule definition item to be wrapped by the ScheduleDefinition.
contentMemberPath
Type: System..::.String
Path to an Object value on the 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 the source schedule definition item to serve as the definition string value, or null to indicate that the schedule definition value is not provided by the source schedule definition item.

See Also