Show / Hide Table of Contents

Class DeedTypeDTO

Represents deed type.

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

Back to top Created by Formpipe