RSPropertyDefinition Class
Data object that defines column information.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Metadata RSPropertyDefinition
Namespace: Scribe.Core.ConnectorApi.Metadata
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public class RSPropertyDefinition
The RSPropertyDefinition type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
![]() |
Provides an empty instance of the object. Note: This is an RS only object and is used in GetObjectDefintion method |
|
![]() |
This constructor will create this object by using the DataEntity information to populate its properties. |
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 property/field data type These should be .NET system data types that the core can use e.g. system.int32, system.string |
|
![]() |
Holds unique property/field id |
|
![]() |
Identifies whether field is used as an ID |
|
![]() |
Identifies increment size of identity fields |
|
![]() |
Identifies initial value of identity fields |
|
![]() |
Identifies whether property/field is a member of the primary key |
|
![]() |
Identifies whether property/field is a foreign key |
|
![]() |
Holds property/field length |
|
![]() |
Holds property/field name |
|
![]() |
Identifies whether field is nullable/required? |
|
![]() |
Holds property/field precision for numeric data types |
|
![]() |
Holds property/field scale for numeric data types |
|
![]() |
Identifies whether this property/field is a GUID type |
See