Class Procedure
Represents a single procedure object returned from the API endpoint procedures
Inheritance
System.Object
Procedure
Assembly: HuduAPI.dll
Syntax
public class Procedure : IRecord
Properties
Asset
Declaration
[JsonProperty("asset")]
public object Asset { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
CompanyName
Declaration
[JsonProperty("company_name")]
public object CompanyName { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Completed
Declaration
[JsonProperty("completed")]
public int Completed { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CompletionPercentage
Declaration
[JsonProperty("completion_percentage")]
public string CompletionPercentage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CreatedAt
Declaration
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
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 |
|
ObjectType
Declaration
[JsonProperty("object_type")]
public string ObjectType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentProcedure
Declaration
[JsonProperty("parent_procedure")]
public object ParentProcedure { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ProcedureTasksAttributes
Declaration
[JsonProperty("procedure_tasks_attributes")]
public IList<ProcedureTasksAttribute> ProcedureTasksAttributes { get; set; }
Property Value
ShareUrl
Declaration
[JsonProperty("share_url")]
public string ShareUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Total
Declaration
[JsonProperty("total")]
public int Total { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UpdatedAt
Declaration
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
See Also