Show / Hide Table of Contents

Class GetMeetingsRequest

A message to be sent by consumer when requesting meetings of s specified journalized case..

Inheritance
object
PlatinaMessageBase
GetMeetingsRequest
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 GetMeetingsRequest : PlatinaMessageBase

Properties

JournalizedCaseID

The unigue identifier of the journalized case.

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

[required] The unigue identifier of the journalized case.

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