Click or drag to resize

LoadByIdRowProvider Class

Provides access to a row, which is found by Id upon first access
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class LoadByIdRowProvider : LoadByIdGetterRowProvider

The LoadByIdRowProvider type exposes the following members.

Constructors
  NameDescription
Public methodLoadByIdRowProvider
Initializes a new instance of the LoadByIdRowProvider class.
Top
Properties
  NameDescription
Public propertyGetId
Gets the identifier getter.
(Inherited from LoadByIdGetterRowProvider.)
Public propertyId
Gets the Id of the row.
(Overrides LoadByIdGetterRowProviderId.)
Public propertyIsAttached
Gets a value indicating whether the row is attached.
(Inherited from LoadByIdGetterRowProvider.)
Public propertyRequiresDefaultValues
Gets a value indicating whether the row provider requires default values to be set.
(Inherited from LoadByIdGetterRowProvider.)
Public propertyRow
Gets the row.
(Inherited from LoadByIdGetterRowProvider.)
Public propertyRowState
Gets the state of the row.
(Inherited from LoadByIdGetterRowProvider.)
Public propertyTable
Gets the table.
(Inherited from LoadByIdGetterRowProvider.)
Top
See Also