Show / Hide Table of Contents

Class GetDeedsByParamsResponse

Returned by service when retrieving a deeds by parameters. Will contain metadata about a deed to be consumed by the requesting party.

Inheritance
object
GetDeedsByParamsResponse
Inherited Members
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 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.

Back to top Created by Formpipe