Click or drag to resize
IFieldInfoProvider Interface
Interface for the FieldInfoProvider class which is used to provide field info information for adapter/selfservicing fields / entityfields(2) objects.

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 IFieldInfoProvider

The IFieldInfoProvider type exposes the following members.

Methods
  NameDescription
Public methodGetEntityFields(IInheritanceInfoProvider, String)
Fills the entity fields object for the adapter entity with the name specified.
Public methodGetEntityFields(IInheritanceInfoProvider, IPersistenceInfoProvider, String)
Fills the entity fields object for the adapter entity with the name specified.
Public methodGetEntityFieldsArray(String)
Gets the entity fields array.
Public methodGetEntityFieldsArray(String, IPersistenceInfoProvider)
Gets the entity fields array.
Public methodGetFieldIndexes
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.
Public methodGetFieldInfo(Enum)
Gets the field info for the field specified with the field index.
Public methodGetFieldInfo(String, Int32)
Gets the field info for the field passed in for the element passed in
Public methodGetFieldInfo(String, String)
Gets the field info for the field passed in for the element passed in
Public methodGetFieldInfos
Gets the field infos for the element passed in.
Top
See Also