Search Results for

    Show / Hide Table of Contents

    Interface IApplySchema

    Defines a command that applies the given Feature Schema to a Feature Source

    Inherited Members
    ICommand.Parent
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public interface IApplySchema : ICommand
    Remarks

    This command is only supported on certain implementations of IServerConnection You can find out if the connection supports this command through the Capabilities

    Properties

    | Improve this Doc View Source

    FeatureSourceId

    Gets or sets the Feature Source ID

    Declaration
    string FeatureSourceId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Schema

    Gets or sets the Feature Schema

    Declaration
    FeatureSchema Schema { get; set; }
    Property Value
    Type Description
    FeatureSchema

    Methods

    | Improve this Doc View Source

    Execute()

    Executes the command

    Declaration
    void Execute()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng