Milestone_Entry Constructor (DateTime, String, String, String)
Constructor for a new instance of the Milestone_Entry class
Namespace: SobekCM.CoreAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Milestone_Entry(
DateTime MilestoneDate,
string User,
string Notes,
string Workflow
) |
Parameters
- MilestoneDate
- Type: System..::..DateTime
Date this milestone entry was added
- User
- Type: System..::..String
User associated with this milestone
- Notes
- Type: System..::..String
Notes (and milestone type) for this miletsone entry
- Workflow
- Type: System..::..String
Constructor for a new instance of the Milestone_Entry class
See Also