Class CaseTypeDTO
Represents a case type.
Inherited Members
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. |