Show / Hide Table of Contents

Class GetCustomObjectResponse

A response message returned when custom object has been fetched.

Inheritance
object
GetCustomObjectResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.CustomObjectManagement
Syntax
[MessageContract]
public class GetCustomObjectResponse

Properties

BkFields

The collection of custom metadada assocaited with object.

Declaration
[MessageBodyMember]
public BkFieldsDictionary BkFields { get; set; }
Property Value
Type Description
BkFieldsDictionary

The collection of custom metadada assocaited with object.

Description

The description of object.

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

The description of object.

PropID

The unique identifier of the object.

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

The unique identifier of the object.

Title

The title of the object.

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

The title of the object.

Back to top Created by Formpipe