Show / Hide Table of Contents

Class SearchRequestMessageBase

A base class for search request.

Inheritance
object
PlatinaMessageBase
SearchRequestMessageBase
SearchDeedsRequest
SearchDocumentsRequest
Inherited Members
PlatinaMessageBase.UserName
PlatinaMessageBase.IsValid()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[MessageContract]
public abstract class SearchRequestMessageBase : PlatinaMessageBase

Properties

OrderByField

Specifies sort order according to a field.

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

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

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

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

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

SortDirection

Specifies sort order direction.

Declaration
[MessageBodyMember]
public SortDirection SortDirection { get; set; }
Property Value
Type Description
SortDirection
Back to top Created by Formpipe