Skip to main content
.NET 6.0+

XafInstantFeedbackRecord(Type, Object, Nullable<Int32>) Constructor

Creates a new instance of the XafInstantFeedbackRecord class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafInstantFeedbackRecord(
    Type objectType,
    object objectKeyValue,
    int? rowHandle
)

Parameters

Name Type Description
objectType Type

The Type of business objects that are wrapped by an XafInstantFeedbackRecord.

objectKeyValue Object

An Object that is a key value of an object wrapped by an XafInstantFeedbackRecord.

rowHandle Nullable<Int32>

A nullable integer value that identifies the data row bound to an XafInstantFeedbackRecord.

See Also