ObjectDefinition Class

The object definition containing entity level metadata.

Inheritance Hierarchy

System Object

  Scribe.Core.ConnectorApi.Metadata ObjectDefinition

Namespace:  Scribe.Core.ConnectorApi.Metadata

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   class   ObjectDefinition : IObjectDefinition

The ObjectDefinition type exposes the following members.

Constructors

 

Name

Description

Public method

ObjectDefinition

Initializes a new instance of the ObjectDefinition class

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties

 

Name

Description

Public property

Description

Gets or sets Description.

Public property

FullName

Gets or sets FullName. This must be a unique value and will be used to reference this object. Must not contain any non-alphanumeric characters other than the underscore.

Public property

Hidden

Gets or sets a value indicating whether the field is hidden. When set to true this entity is considered to be of limited value to the user as it is a system or internal entity that is hidden from the user.

Public property

Name

Gets or sets Name.

Public property

PropertyDefinitions

Gets a list of PropertyDefinitions for this object.

Public property

RelationshipDefinitions

Gets a list of RelationshipDefinitions for this object.

Public property

SupportedActionFullNames

Gets a list of actions that this object supports. This defines the types of Operations in Scribe.Core.ConnectorApi.IConnector.ExecuteOperation that may be used for this object.

See

Scribe.Core.ConnectorApi.Metadata Namespace