Show / Hide Table of Contents

Class DeedExtendedDTO

The master view of a deed, to be presented a list by consumer.

Inheritance
object
DeedMasterDTO
DeedExtendedDTO
Inherited Members
DeedMasterDTO.PropID
DeedMasterDTO.Title
DeedMasterDTO.DiaryNumber
DeedMasterDTO.CreatedDate
DeedMasterDTO.DeedType
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class DeedExtendedDTO : DeedMasterDTO

Properties

BusinessCodeID

The business code identifier.

Declaration
[DataMember]
public int BusinessCodeID { get; set; }
Property Value
Type Description
int

The business code identifier.

ConnectedDocumentID

The unique identifier of the connected document.

Declaration
[DataMember]
public int ConnectedDocumentID { get; set; }
Property Value
Type Description
int

The unique identifier of the connected document.

FileName

The file name of the connected document of the deed.

Declaration
[DataMember]
public string FileName { get; set; }
Property Value
Type Description
string

The file name of the connected document of the deed.

Initiators

The initiators of the object.

Declaration
[DataMember]
public IList<InitiatorDTO> Initiators { get; set; }
Property Value
Type Description
IList<InitiatorDTO>

The initiators of the object.

Origin

The origin of the object.

Declaration
[DataMember]
public Origin Origin { get; set; }
Property Value
Type Description
Origin

The origin of the object.

RegistrationDate

The registration date.

Declaration
[DataMember]
public DateTime RegistrationDate { get; set; }
Property Value
Type Description
DateTime

The registration date.

Back to top Created by Formpipe