Class GetDeedsByParamsResponse
Returned by service when retrieving a deeds by parameters. Will contain metadata about a deed to be consumed by the requesting party.
Inherited Members
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class GetDeedsByParamsResponse
Properties
Deeds
The list of deed that the user has at least read access to.
Declaration
[MessageBodyMember]
public IList<DeedExtendedDTO> Deeds { get; set; }
Property Value
Type | Description |
---|---|
IList<DeedExtendedDTO> | The deed with read access. |