Interface IExpressionPropertySource
An FDO expression property source
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IExpressionPropertySource
Properties
| Improve this Doc View SourceDescription
Gets the description
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
ExpressionType
Gets the expression data type
Declaration
ExpressionDataType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionDataType |
Name
Gets the name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |