Class ProcedureTasksAttribute
Represents Attributes about a Procedure object returned from the Hudu API endpoint procedures
Inheritance
System.Object
ProcedureTasksAttribute
Assembly: HuduAPI.dll
Syntax
public class ProcedureTasksAttribute
Properties
Completed
Declaration
[JsonProperty("completed")]
public bool Completed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CompletedDate
Declaration
[JsonProperty("completed_date")]
public object CompletedDate { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
CompletionNotes
Declaration
[JsonProperty("completion_notes")]
public object CompletionNotes { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Position
Declaration
[JsonProperty("position")]
public int Position { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UserName
Declaration
[JsonProperty("user_name")]
public object UserName { get; set; }
Property Value
| Type |
Description |
| System.Object |
|