Class DefaultFeatureCommand<TConn>
A default implementation of the IFeatureCommand. This class is reserved for connection provider use
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public abstract class DefaultFeatureCommand<TConn> : DefaultCommand<TConn>, IFeatureCommand, ICommand where TConn : IServerConnection
Type Parameters
Name | Description |
---|---|
TConn | The type of the conn. |
Constructors
| Improve this Doc View SourceDefaultFeatureCommand(TConn)
Initializes a new instance of the DefaultFeatureCommand<TConn> class.
Declaration
protected DefaultFeatureCommand(TConn conn)
Parameters
Type | Name | Description |
---|---|---|
TConn | conn | The conn. |
Properties
| Improve this Doc View SourceClassName
Gets or sets the name of the class.
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the class. |
FeatureSourceId
Gets or sets the feature source id.
Declaration
public string FeatureSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The feature source id. |
Methods
| Improve this Doc View SourceValidateParams()
Performs basic validation of core command parameters
Declaration
protected void ValidateParams()