Click or drag to resize

LoadedRowProvider Class

Simple RowProvider, which provdies access to a specified row.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessRowProvider
    Aloe.SystemFrameworks.Domain.DataAccessLoadedRowProvider

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

The LoadedRowProvider type exposes the following members.

Constructors
  NameDescription
Public methodLoadedRowProvider
Initializes a new instance of the LoadedRowProvider class.
Top
Properties
  NameDescription
Public propertyId
Gets the Id of the row.
(Inherited from RowProvider.)
Public propertyIsAttached
Gets a value indicating whether the row is attached. LoadedRowProvider returns always true.
(Overrides RowProviderIsAttached.)
Public propertyRequiresDefaultValues
Gets a value indicating whether the row provider requires default values to be set.
(Overrides RowProviderRequiresDefaultValues.)
Public propertyRow
Gets the row.
(Overrides RowProviderRow.)
Public propertyRowState
Gets the state of the row.
(Inherited from RowProvider.)
Top
See Also