Initializes a new instance of the DataObjectAccessor class.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public DataObjectAccessorBase( Object dataObject ) |
Visual Basic |
---|
Public Sub New ( dataObject As Object ) |
Visual C++ |
---|
public: DataObjectAccessorBase( Object^ dataObject ) |
F# |
---|
new : dataObject : Object -> DataObjectAccessorBase |
Parameters
- dataObject
- Type: System..::..Object
The data object.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Thrown if the dataObject is null. |