Show / Hide Table of Contents

Class SearchJournalizedCaseRequest

A request to be sent by consumer when requesting a journalized case

Inheritance
object
PlatinaMessageBase
CustomRequestMessageBase
SearchJournalizedCaseRequest
Inherited Members
CustomRequestMessageBase.CustomParameters
PlatinaMessageBase.UserName
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class SearchJournalizedCaseRequest : CustomRequestMessageBase

Properties

DiaryNumber

The diary number of the object.

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

[required] The diary number of the object.

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