CustomDataSetProxy.CustomDataSetProxy Constructors
Initializes a new instance of the CustomDataSetProxy class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomDataSetProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties) | Initializes a new instance of the CustomDataSetProxy class with the given creation parameters and user properties. |
Public method | CustomDataSetProxy(ICustomDataSet customDataSet, AttributeSet userProperties) | Initializes a new instance of the CustomDataSetProxy class with the given custom dataset instance. |
CustomDataSetProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties)
Initializes a new instance of the CustomDataSetProxy class with the given creation parameters and user properties.Syntax
public CustomDataSetProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties
)
Parameters
The API the custom dataset is implemented with.
The name of the library (DLL/assembly) containing the custom dataset.
The name of the class implementing the custom dataset.
Additional properties the custom dataset can access through the CustomDataSetContext instance.
Remarks
This constructor will load the specified library and instantiate the class implementing the custom dataset.
CustomDataSetProxy(ICustomDataSet customDataSet, AttributeSet userProperties)
Initializes a new instance of the CustomDataSetProxy class with the given custom dataset instance.Syntax
public CustomDataSetProxy (
ICustomDataSet customDataSet,
AttributeSet userProperties
)
Parameters
The custom dataset.
Additional properties the custom dataset can access through the CustomDataSetContext instance.
Platforms
Windows, Linux, Android