Initializes a new instance of the CustomTypeDescriptorAccessor class.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public CustomTypeDescriptorAccessor(
	ICustomTypeDescriptor dataObject
)
Visual Basic
Public Sub New ( 
	dataObject As ICustomTypeDescriptor
)
Visual C++
public:
CustomTypeDescriptorAccessor(
	ICustomTypeDescriptor^ dataObject
)
F#
new : 
        dataObject : ICustomTypeDescriptor -> CustomTypeDescriptorAccessor

Parameters

dataObject
Type: System.ComponentModel..::..ICustomTypeDescriptor
The data object.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionRaised if the dataObject is null.

See Also