Search Results for

    Show / Hide Table of Contents

    Class ImportedCommandResult

    Represents a result of a command import

    Inheritance
    System.Object
    ImportedCommandResult
    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)
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class ImportedCommandResult

    Properties

    | Improve this Doc View Source

    ImportedName

    Gets or sets the imported name

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

    NameChanged

    Gets whether the name was changed when importing

    Declaration
    public bool NameChanged { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OriginalName

    Gets or sets the original name

    Declaration
    public string OriginalName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ToString()

    Gets the string representation

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng