Show / Hide Table of Contents

Class SearchDeedsResponse

Postlists search response.

Inheritance
object
PlatinaMessageBase
SearchResponseMessageBase
SearchDeedsResponse
Inherited Members
SearchResponseMessageBase.NumberOfRows
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.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class SearchDeedsResponse : SearchResponseMessageBase

Properties

Deeds

List of found deeds.

Declaration
[MessageBodyMember]
public IList<DeedDTO> Deeds { get; set; }
Property Value
Type Description
IList<DeedDTO>

List of found deeds.

Back to top Created by Formpipe