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