Entity Class |
Namespace: Colygon.MatchPoint.EntityModel.Configuration
[SerializableAttribute] public class Entity : IKnownNames, IResultRecord
The Entity type exposes the following members.
Name | Description | |
---|---|---|
Item | ||
Names | Returns the names of all relations within this entity. | |
Rows | Returns the rows of the entity. |
Name | Description | |
---|---|---|
DeleteRecord | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDisplayFormUrl | ||
GetEditFormUrl | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNewFormUrl | ||
GetRecord | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUpdatable | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Aliases | ||
Fields | Contains fields that are displayed on the Web Part. | |
Forms | Contains the forms specified for this entity. | |
Id | Returns the internal unique ID of the entity. | |
Name | Specifies an alternate name for this entity. If left empty the 'TableName' will be used. | |
Permissions | Contains the permissions specified for this entity. | |
PrimaryKeyColumn | Specifies the name of the primary key column. | |
Relations | Contains the relations specified for this entity. | |
SqlDisplayNameExpression | Specifies an SQL expression that defines the display name of the entity. Table columns have to be enclosed in square brackets ('[ColumnName]') and no table prefix should be prepended. E.g.: "[FirstName] + ' ' + [LastName]". The value of the SQL expression is accessible with the SQL alias '__DisplayName'. | |
TableName | Specifies the name of the table which is represented by this entity. |