StaticEntityFieldsDataContainer Methods |
The StaticEntityFieldsDataContainer type exposes the following members.
Name | Description | |
---|---|---|
CreateLocalCopy |
Creates a copy of this object and sets the IsLocalCopy flag. This allows external code to alter the contents of this object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Expand |
Expands this container, if it's a local copy, with the specified number of extra slots (using append)
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEntityNamesOfFields |
Gets the entity names of fields. This is a copy of the static object inside this container.
| |
GetFieldInfo(Int32) |
Gets the field info for the slot with the index specified.
| |
GetFieldInfo(String) |
Gets the field info for the slot with the field with the name specified. Uses public static lookups for field name.
| |
GetFieldNames |
Gets the names of all fields in this object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLinkedSuperTypeField |
Gets the linked super type field.
| |
GetOwnPrimaryKeyFieldInfos |
Gets the own primary key field infos.
| |
GetPresetAlias |
Gets the preset alias for the slot with the index specified, or empty string if not set.
| |
GetPrimaryKeyfieldInfos |
Gets the primary keyfield infos.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUniqueFieldNames |
Gets the unique field names.
| |
IndexOf |
Returns the index of the field with the name specified.
| |
LinkFields |
Links the supertype PK fields with the subtype PK fields IF there are PK fields of multiple entities in the set of PK fields.
Linking is required in target-per-entity entities which have multiple times the same PK field in their field list.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReplaceFieldInfo |
Replaces the field info.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |