Свойство | Тип | Описание | |
---|---|---|---|
AddOutputsAsLabel | void | ||
DefineParametrizedQuery | string | ||
InitializeFieldNames | void | ||
RemoveExistingPoIs | void | ||
RetreiveFieldName | string | ||
RetreiveId | string | ||
RetreiveName | string | ||
RetreivePosition | Position | ||
SetGeometry | void | ||
UpdateMinMax | void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public FromXml ( System.Xml.Linq.XElement element, string directoryName ) : void | ||
element | System.Xml.Linq.XElement | |
directoryName | string | |
Результат | void |
public SqlQuery ( ) : System.Collections.Concurrent | ||
Результат | System.Collections.Concurrent |
public ToXml ( ServiceSettings settings ) : System.Xml.Linq.XElement | ||
settings | ServiceSettings | |
Результат | System.Xml.Linq.XElement |