Initializes a new instance of the ScheduleDefinitionItem class.

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

Syntax

C#
public ScheduleDefinitionItem(
	Object content,
	string definitionString
)
Visual Basic (Declaration)
Public Sub New ( _
	content As Object, _
	definitionString As String _
)

Parameters

content
Type: System..::.Object
Content of this ScheduleDefinitionItem.
definitionString
Type: System..::.String
Definition string of this ScheduleDefinitionItem.

See Also