Class DeedTypeDTO
Represents deed type.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class DeedTypeDTO
Properties
DeedTypeID
The deed type identifier.
Declaration
[DataMember]
public int DeedTypeID { get; set; }
Property Value
Type | Description |
---|---|
int | The deed type identifier. |
Name
The name.
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |