Show / Hide Table of Contents

Class InstanceDTO

Represents an instance.

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

Properties

Name

The name of the instance.

Declaration
[DataMember(IsRequired = true)]
public string Name { get; set; }
Property Value
Type Description
string

The name of the instance.

PropID

The unique identifier of the object.

Declaration
[DataMember(IsRequired = true)]
public int PropID { get; set; }
Property Value
Type Description
int

The unique identifier of the object.

Back to top Created by Formpipe