PersistenceInfoProviderBase Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The PersistenceInfoProviderBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | PersistenceInfoProviderBase | Initializes a new instance of the PersistenceInfoProviderBase class |
Name | Description | |
---|---|---|
![]() | AddElementFieldMapping |
Adds an element field mapping for the element name.elementfieldname field.
|
![]() | AddElementMapping(String, String) |
Specifies that the element with the name elementName is mapped onto the resultset of the tvf call with the name tvfCallName.
|
![]() | AddElementMapping(String, String, String, String, Int32) |
Adds an element mapping. Defaults to Retrieve for allowed action combinations. Use for typed views.
|
![]() | AddElementMapping(String, String, String, String, Int32, Int32) |
Adds an element mapping.
|
![]() | AddTvfCallFieldPersistenceInfo |
Adds the TVF call field persistence info object specified.
|
![]() | CanPerformAction |
Determines whether the entity with the name specified is allowed to perform the action specified in actionToCheck. Is compared against the specified
actioncombination defined with the entity mapping.
|
![]() | 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.) |
![]() | GetAllFieldPersistenceInfos(String) |
Retrieves for each field of entity / typed view with the name passed in the corresponding IFieldPersistenceInfo instance.
The order of these IFieldPersistenceInfo objects is the same as the corresponding fields in an
entity / typed view with the name objectName.
|
![]() | GetAllFieldPersistenceInfos(IEntity2) |
Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.
|
![]() | GetFieldPersistenceInfo |
Retrieves for the field with name fieldName of entity / typed view with the name passed in the corresonding IFieldPersistenceInfo instance.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetTvfCallInfo |
Gets the persistence info for the tvf call with the name specified.
|
![]() | 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.) |