Show / Hide Table of Contents

Class CreatePreRegistrationRequest

A request to be sent when adding a journalized case to a meeting. When a journalize case is added to a meeting, the secretary of the meeting will be notified. Also, included in the preregistration are the following metadata:

  • Title
  • Subtitle
  • Summary
  • Suggested Decision
  • Dispatch To info This information will be part of a service writing document, and added to the journalized case topic of the summons.
Inheritance
object
PlatinaMessageBase
CreatePreRegistrationRequest
Inherited Members
PlatinaMessageBase.UserName
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.MeetingManagement
Syntax
[MessageContract]
public class CreatePreRegistrationRequest : PlatinaMessageBase

Properties

DeedsAndDocumentIDs

The id's attached deeds and documents of the journalized case, to be added to the meeting summons.

Declaration
[MessageBodyMember]
public IList<int> DeedsAndDocumentIDs { get; set; }
Property Value
Type Description
IList<int>

[required] The id's attached deeds and documents of the journalized case, to be added to the meeting summons.

DispatchedTo

The dispatched to description of the journalized case, to be added to the meeting summons.

Declaration
[MessageBodyMember]
public string DispatchedTo { get; set; }
Property Value
Type Description
string

[required] 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
[MessageBodyMember]
public int JournalizedCaseID { get; set; }
Property Value
Type Description
int

[required] 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
[MessageBodyMember]
public int MeetingID { get; set; }
Property Value
Type Description
int

[required] The unique identifier of the meeting to which the journalized case should be added.

ServiceWritingTemplateID

The id of the service writing template.

Declaration
[MessageBodyMember]
public int ServiceWritingTemplateID { get; set; }
Property Value
Type Description
int

[required] The id of the service writing template.

SubTitle

The sub title description of the journalized case, to be added to the meeting summons.

Declaration
[MessageBodyMember]
public string SubTitle { get; set; }
Property Value
Type Description
string

[required] 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
[MessageBodyMember]
public string SuggestedDecision { get; set; }
Property Value
Type Description
string

[required] 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
[MessageBodyMember]
public string Summary { get; set; }
Property Value
Type Description
string

[required] 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
[MessageBodyMember]
public string Title { get; set; }
Property Value
Type Description
string

[required] The title of the journalized case, to be added to the meeting summons.

Methods

IsValid()

Check if message request is valid.

Declaration
public override IsValidResult IsValid()
Returns
Type Description
IsValidResult

IsValidResult containing an error message if invalid.

Overrides
PlatinaMessageBase.IsValid()
Back to top Created by Formpipe