Creates a new instance of the XafInstantFeedbackRecord class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public XafInstantFeedbackRecord(
Type objectType,
object objectKeyValue,
int? rowHandle
)
Public Sub New(
objectType As Type,
objectKeyValue As Object,
rowHandle As Integer?
)
Type | Name | Description |
---|---|---|
Type | objectType | The Type of business objects that are wrapped by an XafInstantFeedbackRecord. |
Object | objectKeyValue | An Object that is a key value of an object wrapped by an XafInstantFeedbackRecord. |
Nullable<Int32> | rowHandle | A nullable integer value that identifies the data row bound to an XafInstantFeedbackRecord. |