FieldInfoProviderBase Methods |
The FieldInfoProviderBase type exposes the following members.
Name | Description | |
---|---|---|
AddElementFieldInfo |
Adds an element field info object for the element name.elementfieldname field.
| |
AddFieldIndexEnumForElementName |
Adds the field index enum - element name pair
| |
ConstructElementFieldStructures |
Constructs the element field objects, which are used by EntityFields(2) object to find back an entity field based on the name and also for
creating fields. This routine utilizes the inheritance info provider to understand the full fields list of an entity (if applicable).
| |
CreateEntityField |
Creates a new EntityField instance with the elements provided.
| |
CreateEntityField2 |
Creates a new EntityField2 instance with the elements provided.
| |
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.) | |
GetEntityFields(IInheritanceInfoProvider, String) |
Fills the entity fields object for the adapter entity with the name specified.
| |
GetEntityFields(IInheritanceInfoProvider, IPersistenceInfoProvider, String) |
Fills the entity fields object for the adapter entity with the name specified.
| |
GetEntityFieldsArray(String) |
Gets the entity fields array.
| |
GetEntityFieldsArray(String, IPersistenceInfoProvider) |
Gets the entity fields array.
| |
GetFieldIndexes |
Gets the field indexes object for the element passed in. This is an object which is used by EntityFields(2) objects to quickly find a field
based on the field name.
| |
GetFieldInfo(Enum) |
Gets the field info for the field specified with the field index.
| |
GetFieldInfo(String, Int32) |
Gets the field info for the field passed in for the element passed in
| |
GetFieldInfo(String, String) |
Gets the field info for the field passed in for the element passed in
| |
GetFieldInfos |
Gets the field infos for the element passed in.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitClass |
Inits the class.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |