Show / Hide Table of Contents

Class StatusDTO

Represents a status.

Inheritance
object
StatusDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Back to top Created by Formpipe