Click or drag to resize
IPersistenceInfoProvider Interface
Interface for the PersistenceInfoProvider classes which are used to provide persistence information for adapter/selfservicing fields.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IPersistenceInfoProvider

The IPersistenceInfoProvider type exposes the following members.

Methods
  NameDescription
Public methodCanPerformAction
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.
Public methodGetAllFieldPersistenceInfos(String)
Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.
Public methodGetAllFieldPersistenceInfos(IEntity2)
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.
Public methodGetFieldPersistenceInfo
Retrieves for the field with name fieldName of entity / typed view with the name passed in the corresonding IFieldPersistenceInfo instance.
Public methodGetTvfCallInfo
Gets the persistence info for the tvf call with the name specified.
Top
See Also