Show / Hide Table of Contents

Class SearchResponseMessageBase

A base class for search response.

Inheritance
object
PlatinaMessageBase
SearchResponseMessageBase
SearchDeedsResponse
SearchDocumentsResponse
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 SearchResponseMessageBase : PlatinaMessageBase

Properties

NumberOfRows

Total number of rows which found during search request.

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