RSObjectDefinition Class
Object that defines metadata of a data object. Note: This is an RS only object and is used in GetObjectDefintion method
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Metadata RSObjectDefinition
Namespace: Scribe.Core.ConnectorApi.Metadata
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public class RSObjectDefinition
The RSObjectDefinition type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
![]() |
Provides an empty instance of the object. |
|
![]() |
This constructor will create this object by using the DataEntity information to populate its properties. This includes the list of RSPropertyDefinitions. |
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.) |
|
![]() |
This method will return a DataEntity representing this object. |
|
![]() |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
Name |
Description |
---|---|---|
![]() |
Holds created date of data object |
|
![]() |
Holds description |
|
![]() |
data objects that don't replicate well or are not useful for a replication solution are set to true. |
|
![]() |
Holds unique table id |
|
![]() |
Holds the last modified date of the object schema |
|
![]() |
This field holds the modification date full name of the property definition. |
|
![]() |
Holds object name, e.g. table name, entity name |
|
![]() |
Holds table/object owner name |
|
![]() |
This the field name of the primary key. |
|
![]() |
Holds field/property info including name, data type, etc. |
|
![]() |
Holds the schema name |
See