CustomDataSetResult.CustomDataSetResult Constructors
Initializes a new instance of the CustomDataSetResult class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomDataSetResult() | Initializes a new instance of the CustomDataSetResult class that is empty. |
Public method | CustomDataSetResult(Feature feature) | Initializes a new instance of the CustomDataSetResult class that returns the specified Feature. |
Public method | CustomDataSetResult(FeatureCollection features) | Initializes a new instance of the CustomDataSetResult class that returns the specified features. |
Public method | CustomDataSetResult(IEnumerable< Feature > features) | Initializes a new instance of the CustomDataSetResult class that returns the specified features. |
CustomDataSetResult()
Initializes a new instance of the CustomDataSetResult class that is empty.Syntax
public CustomDataSetResult ()
Remarks
Features can be added to the result before it is returned using the Add or AddRange methods.
CustomDataSetResult(Feature feature)
Initializes a new instance of the CustomDataSetResult class that returns the specified Feature.Syntax
public CustomDataSetResult (
Feature feature
)
Parameters
A feature to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
CustomDataSetResult(FeatureCollection features)
Initializes a new instance of the CustomDataSetResult class that returns the specified features.Syntax
public CustomDataSetResult (
FeatureCollection features
)
Parameters
A collection of features to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
CustomDataSetResult(IEnumerable< Feature > features)
Initializes a new instance of the CustomDataSetResult class that returns the specified features.Syntax
public CustomDataSetResult (
IEnumerable< Feature > features
)
Parameters
A collection of features to return.
Remarks
More features can be added to the result before it is returned using the Add or AddRange methods.
Platforms
Windows, Linux, Android