Class PreRegistration
A structure containing the information of a journalized case added to a meeting.
Inherited Members
Namespace: Integration.MessageContracts.MeetingManagement
Syntax
[DataContract]
[KnownType(typeof(EmptyPreRegistration))]
public class PreRegistration
Properties
DispatchedTo
The dispatched to description of the journalized case, to be added to the meeting summons.
Declaration
[DataMember]
public string DispatchedTo { get; set; }
Property Value
Type | Description |
---|---|
string | The dispatched to description of the journalized case, to be added to the meeting summons. |
JournalizedCaseID
The unique identifier of the journalized case to be added to a meeting.
Declaration
[DataMember]
public int JournalizedCaseID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the journalized case to be added to a meeting. |
MeetingID
The unique identifier of the meeting to which the journalized case should be added.
Declaration
[DataMember]
public int MeetingID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the meeting to which the journalized case should be added. |
SubTitle
The sub title description of the journalized case, to be added to the meeting summons.
Declaration
[DataMember]
public string SubTitle { get; set; }
Property Value
Type | Description |
---|---|
string | The sub title description of the journalized case, to be added to the meeting summons. |
SuggestedDecision
The suggested decision of the journalized case, to be added to the meeting summons.
Declaration
[DataMember]
public string SuggestedDecision { get; set; }
Property Value
Type | Description |
---|---|
string | The suggested decision of the journalized case, to be added to the meeting summons. |
Summary
The summary of the journalized case, to be added to the meeting summons.
Declaration
[DataMember]
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
string | The summary of the journalized case, to be added to the meeting summons. |
Title
The title of the journalized case, to be added to the meeting summons.
Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the journalized case, to be added to the meeting summons. |