Interface IQueryFieldProvider
This interface can be implemented by a feature, in order to replace
query string with string patterns, containing fields.
Namespace: Mars.Components.Layers.Temporal
Assembly: Mars.Components.dll
Syntax
public interface IQueryFieldProvider
Methods
| Improve this Doc View SourceGetValue(String)
Gets the value of the
field
.
Declaration
object GetValue(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | The text replacement field in the query pattern. |
Returns
Type | Description |
---|---|
System.Object | Returns the value of this field name or null if no value can be provided. |