Search Results for

    Show / Hide Table of Contents

    Interface ISymbolDefinitionBase

    Base interface of all symbol definitions

    Inherited Members
    IResource.ValidatingSchema
    IResource.ResourceID
    IResource.ResourceType
    IResource.Serialize()
    IResource.IsStronglyTyped
    IVersionedEntity.ResourceVersion
    System.ICloneable.Clone()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISymbolDefinitionBase : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description.

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

    The description.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

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

    The name.

    | Improve this Doc View Source

    Type

    Gets the type of symbol definition

    Declaration
    SymbolDefinitionType Type { get; }
    Property Value
    Type Description
    SymbolDefinitionType

    Methods

    | Improve this Doc View Source

    RemoveSchemaAttributes()

    Purges the schema and version attributes when serializing back to XML

    Declaration
    void RemoveSchemaAttributes()
    | Improve this Doc View Source

    SetSchemaAttributes()

    Sets the schema and version attributes

    Declaration
    void SetSchemaAttributes()

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    SymbolDefExtensions.GetParameter(ISymbolDefinitionBase, String)
    SymbolDefExtensions.GetParameters(ISymbolDefinitionBase)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng