XafInstantFeedbackRecord Constructors
This class is an obsolete wrapper for business objects processed in a List View in the InstantFeedback data access mode. Use IObjectRecord instead.Name | Parameters | Description |
---|---|---|
XafInstantFeedbackRecord(Type, Object, Nullable<Int32>, Boolean) | objectType, objectKeyValue, rowHandle, isDataViewMode | Initializes a new instance of the XafInstantFeedbackRecord class with specified settings. |
XafInstantFeedbackRecord(Type, Object, Nullable<Int32>) | objectType, objectKeyValue, rowHandle | Creates a new instance of the XafInstantFeedbackRecord class. |
See Also