Show / Hide Table of Contents

Class GetDeedsResponse

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

Inheritance
object
GetDeedsResponse
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 GetDeedsResponse

Properties

Deeds

The list of deed that the user has at least read access to.

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

The deed with read access.

Back to top Created by Formpipe