Click or drag to resize

GhostRowProvider Class

Row provider, which is used for ghost objects. Does not actually provide access to any row.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessRowProvider
    Aloe.SystemFrameworks.Domain.DataAccessGhostRowProvider

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

The GhostRowProvider type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the Id of the row.
(Inherited from RowProvider.)
Public propertyIsAttached
Gets a value indicating whether the row is attached.
(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.
(Overrides RowProviderRowState.)
Top
Fields
  NameDescription
Public fieldStatic memberInstance
Gets reference to the only instance of the GhostRowProvider.
Top
See Also