Show / Hide Table of Contents

Class CaseTypeDTO

Represents a case type.

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

Properties

CaseTypeID

The case type identifier.

Declaration
[DataMember]
public int CaseTypeID { get; set; }
Property Value
Type Description
int

The case type identifier.

Title

The title of the object.

Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type Description
string

The title of the object.

Back to top Created by Formpipe