Click or drag to resize

ReferenceRowProvider Class

Provides access to a data row, which is loaded from a reference from another row.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessRowProvider
    Aloe.SystemFrameworks.Domain.DataAccessReferenceRowProvider

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

The ReferenceRowProvider type exposes the following members.

Constructors
  NameDescription
Public methodReferenceRowProvider
Initializes a new instance of the ReferenceRowProvider class.
Top
Properties
  NameDescription
Public propertyId
Gets the Id of the row.
(Overrides RowProviderId.)
Public propertyIsAttached
Gets a value indicating whether the row is attached.
(Overrides RowProviderIsAttached.)
Public propertyReferencingAttribute
Gets the referencing attribute.
Public propertyReferencingAttributeValue
Gets or sets the value of the referencing attribute in the referencing row.
Public propertyReferencingRow
Gets the referencing row.
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.
(Overrides RowProviderRowState.)
Public propertyTable
Gets the table.
Public propertyTableName
Gets the name of the table.
Public propertyTransaction
Gets the transaction.
Top
See Also