Show / Hide Table of Contents

Class OriginDTO

Represents an origin.

Inheritance
object
OriginDTO
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 OriginDTO

Properties

ID

The origin identifier

Declaration
[DataMember(IsRequired = true)]
public int ID { get; set; }
Property Value
Type Description
int

The origin identifier

Text

The origin text

Declaration
[DataMember(IsRequired = true)]
public string Text { get; set; }
Property Value
Type Description
string

The origin text

Back to top Created by Formpipe