Interface ICalculatedProperty
Represents a FDO calculated property
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.FeatureSource
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICalculatedProperty : INotifyPropertyChanged
Properties
| Improve this Doc View SourceExpression
Gets or sets the FDO expression.
Declaration
string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FDO expression. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |