Class StatusDTO
Represents a status.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class StatusDTO
Properties
StatusID
The unique id of the status
Declaration
[DataMember(IsRequired = true)]
public int StatusID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique id of the status |
Title
The title of the status
Declaration
[DataMember(IsRequired = true)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the status |