Property | Type | Description | |
---|---|---|---|
AddOutputsAsLabel | void | ||
DefineParametrizedQuery | string | ||
InitializeFieldNames | void | ||
RemoveExistingPoIs | void | ||
RetreiveFieldName | string | ||
RetreiveId | string | ||
RetreiveName | string | ||
RetreivePosition | Position | ||
SetGeometry | void | ||
UpdateMinMax | void |
Method | Description | |
---|---|---|
Execute ( PoiService service, PoI refPoi, List |
Execute the SQL query and update the service.
|
|
FromXml ( System.Xml.Linq.XElement element, string directoryName ) : void | ||
SqlQuery ( ) : System.Collections.Concurrent | ||
ToXml ( ServiceSettings settings ) : System.Xml.Linq.XElement |
Method | Description | |
---|---|---|
AddOutputsAsLabel ( BaseContent refPoi, IDataRecord dr ) : void | ||
DefineParametrizedQuery ( PoI poi, List |
Replace the parameter placeholders in the query with their values.
|
|
InitializeFieldNames ( IDataRecord dr ) : void | ||
RemoveExistingPoIs ( PoiService poiService, IEnumerable |
Remove all PoIs created by this service (checks whether the UserId == SqlQuery.Id).
|
|
RetreiveFieldName ( IDataRecord dr, SqlOutputType type ) : string | ||
RetreiveId ( IDataRecord dr ) : string | ||
RetreiveName ( IDataRecord dr ) : string | ||
RetreivePosition ( IDataRecord dr ) : Position | ||
SetGeometry ( PoI poi ) : void | ||
UpdateMinMax ( PoiService service ) : void |
public Execute ( PoiService service, PoI refPoi, List |
||
service | PoiService | |
refPoi | PoI | |
zone | List |
|
isQueueAble | bool | |
forceExecute | bool | |
return | void |
public FromXml ( System.Xml.Linq.XElement element, string directoryName ) : void | ||
element | System.Xml.Linq.XElement | |
directoryName | string | |
return | void |
public SqlQuery ( ) : System.Collections.Concurrent | ||
return | System.Collections.Concurrent |
public ToXml ( ServiceSettings settings ) : System.Xml.Linq.XElement | ||
settings | ServiceSettings | |
return | System.Xml.Linq.XElement |