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 DataObjectAccessor( Object dataObject ) |
| Visual Basic |
|---|
Public Sub New ( dataObject As Object ) |
| Visual C++ |
|---|
public: DataObjectAccessor( Object^ dataObject ) |
| F# |
|---|
new : dataObject : Object -> DataObjectAccessor |
Parameters
- dataObject
- Type: System..::..Object
The data object.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Thrown if the dataObject is null. |