Class DefaultDeleteCommand<TConn>
A default implementation of IDeleteFeatures. This class is reserved for connection provider use
Inheritance
System.Object
DefaultCommand<TConn>
DefaultFeatureCommand<TConn>
DefaultDeleteCommand<TConn>
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 DefaultDeleteCommand<TConn> : DefaultFeatureCommand<TConn>, IDeleteFeatures, IFeatureCommand, ICommand where TConn : IServerConnection
Type Parameters
Name | Description |
---|---|
TConn | The type of the conn. |
Constructors
| Improve this Doc View SourceDefaultDeleteCommand(TConn)
Initializes a new instance of the DefaultDeleteCommand<TConn> class.
Declaration
protected DefaultDeleteCommand(TConn conn)
Parameters
Type | Name | Description |
---|---|---|
TConn | conn | The conn. |
Properties
| Improve this Doc View SourceFilter
Gets or sets the filter.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The filter. |
Methods
| Improve this Doc View SourceExecute()
Executes this instance.
Declaration
public int Execute()
Returns
Type | Description |
---|---|
System.Int32 |
ExecuteInternal()
Performs actual execution of the command
Declaration
protected abstract int ExecuteInternal()
Returns
Type | Description |
---|---|
System.Int32 |