Class ServiceWritingContentDTO
Represents the master data view of a service writings.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class ServiceWritingContentDTO
Properties
DispatchedTo
The dispatched to.
Declaration
[DataMember]
public string DispatchedTo { get; set; }
Property Value
Type | Description |
---|---|
string | The dispatched to. |
SubTitle
The sub title.
Declaration
[DataMember]
public string SubTitle { get; set; }
Property Value
Type | Description |
---|---|
string | The sub title. |
SuggestedDecision
The suggested decision.
Declaration
[DataMember]
public string SuggestedDecision { get; set; }
Property Value
Type | Description |
---|---|
string | The suggested decision. |
Summary
The summary.
Declaration
[DataMember]
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
string | The summary. |
Title
The title.
Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title. |