Milestone_Entry Class
A single milestone entry in the history of an entity
Namespace: SobekCM.CoreAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("milestone")]
[DataContractAttribute]
public class Milestone_Entry |
Inheritance Hierarchy
Constructors
Fields
| Name | Description |
---|
| Notes | Notes (and milestone type) for this miletsone entry |
| Workflow | Workflow name (if any) associated with this milestone |
Properties
| Name | Description |
---|
| MilestoneDate | Date this milestone entry was added |
| User | User associated with this milestone |
See Also