Class SearchDeedsResponse
Postlists search response.
Inherited Members
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. |