Class GettingFeaturesByIdsFeatureSourceEventArgs
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class GettingFeaturesByIdsFeatureSourceEventArgs : EventArgs
- Inheritance
-
GettingFeaturesByIdsFeatureSourceEventArgs
- Inherited Members
-
Constructors
GettingFeaturesByIdsFeatureSourceEventArgs()
public GettingFeaturesByIdsFeatureSourceEventArgs()
GettingFeaturesByIdsFeatureSourceEventArgs(IEnumerable<string>, IEnumerable<string>)
public GettingFeaturesByIdsFeatureSourceEventArgs(IEnumerable<string> ids, IEnumerable<string> returningColumnNames)
Parameters
ids
IEnumerable<string>
returningColumnNames
IEnumerable<string>
GettingFeaturesByIdsFeatureSourceEventArgs(IEnumerable<string>, IEnumerable<string>, string)
public GettingFeaturesByIdsFeatureSourceEventArgs(IEnumerable<string> ids, IEnumerable<string> returningColumnNames, string filter)
Parameters
ids
IEnumerable<string>
returningColumnNames
IEnumerable<string>
filter
string
Properties
Cancel
public bool Cancel { get; set; }
Property Value
- bool
Features
public Collection<Feature> Features { get; }
Property Value
- Collection<Feature>
Filter
public string Filter { get; set; }
Property Value
- string
Ids
public Collection<string> Ids { get; }
Property Value
- Collection<string>
ReturningColumnNames
public Collection<string> ReturningColumnNames { get; }
Property Value
- Collection<string>