Show / Hide Table of Contents

Class HandlingOfficerDTO

Represents a handling officer.

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

Properties

Description

The description of object.

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

The description of object.

DiaryID

The diary identifier.

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

The diary identifier.

PropID

The unique identifier of the object.

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

The unique identifier of the object.

Title

The title of the object.

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

The title of the object.

Back to top Created by Formpipe