Show / Hide Table of Contents

Class GetJournalizedCasesRequest

The message to be sent when requesting journalized cases of a provided diary, to which the user has full control.

Inheritance
object
PlatinaMessageBase
GetJournalizedCasesRequest
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.CaseManagement
Syntax
[MessageContract]
public class GetJournalizedCasesRequest : PlatinaMessageBase
Remarks

The requesting user needs full control to the diary.

Properties

DiaryID

The diary identifier of the object.

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

The diary identifier of the object.

Remarks

The requesting user needs full control to the diary.

PageNumber

The page number of the list, in case there are several pages in the list.

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

[required] The page number of the list, in case there are several pages in the list. The first page in the list has number 1.

Remarks

May be used by the consumer when paging through many pages.

RecordsPerPage

Specifies the number of objects to be returned per page by the system.

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

[required] Specifies the number of objects to be returned per page by the system.

Remarks

The requesting user needs full control to the diary.

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()
Remarks

The requesting user needs full control to the diary.

Back to top Created by Formpipe