ObjectDefinition Class
The object definition containing entity level metadata.
Inheritance Hierarchy
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 |
---|---|---|
![]() |
Initializes a new instance of the ObjectDefinition class |
Methods
|
Name |
Description |
---|---|---|
![]() |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
![]() |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
![]() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
![]() |
Gets the Type of the current instance. (Inherited from Object.) |
|
![]() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
![]() |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
Name |
Description |
---|---|---|
![]() |
Gets or sets Description. |
|
![]() |
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. |
|
![]() |
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. |
|
![]() |
Gets or sets Name. |
|
![]() |
Gets a list of PropertyDefinitions for this object. |
|
![]() |
Gets a list of RelationshipDefinitions for this object. |
|
![]() |
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