Search Results for

    Show / Hide Table of Contents

    Interface ISymbolLibrary

    A DWF-based symbol library

    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.SymbolLibrary
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISymbolLibrary : 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

    Symbol

    Gets the symbol references

    Declaration
    IEnumerable<ISymbol> Symbol { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<ISymbol>

    The symbol references.

    Extension Methods

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