Tracking_Progress Class
Class represents a single worklog history / progress entry for this digital resource
Namespace: SobekCM.Resource_Object.TrackingAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Tracking_Progress |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Tracking_Progress | Constructor for a new instance of the Tracking_Progress class |
Fields
| Name | Description |
---|
| Completed_Date | Date that this worklog histroy / progress was completed |
| FilePath | Filepath where this work occurred |
| Note | Any associated note for this single worklog history / progress entry |
| Work_Performed_By | Personal name, username, or vendor name for the party that performed this work |
| Workflow_Name | Name of the workflow for this single worklog history / progress entry |
See Also