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 SourceImportedName
Gets or sets the imported name
Declaration
public string ImportedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameChanged
Gets whether the name was changed when importing
Declaration
public bool NameChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
OriginalName
Gets or sets the original name
Declaration
public string OriginalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Gets the string representation
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()