Search Results for

    Show / Hide Table of Contents

    Class FdoCacheInfo

    Represents the cache status of FDO connections currently managed by the MapGuide Server

    Inheritance
    System.Object
    FdoCacheInfo
    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)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class FdoCacheInfo

    Properties

    | Improve this Doc View Source

    Configuration

    Gets the configuration settings

    Declaration
    public ConfigurationSettings Configuration { get; set; }
    Property Value
    Type Description
    ConfigurationSettings

    The configuration.

    | Improve this Doc View Source

    Providers

    Gets an array of cache status of connections for each provider

    Declaration
    public CachedProviderInfo[] Providers { get; set; }
    Property Value
    Type Description
    CachedProviderInfo[]
    | Improve this Doc View Source

    Serializer

    Gets the serializer.

    Declaration
    public static XmlSerializer Serializer { get; }
    Property Value
    Type Description
    System.Xml.Serialization.XmlSerializer
    | Improve this Doc View Source

    TimeStamp

    Gets the timestamp

    Declaration
    public DateTime TimeStamp { get; set; }
    Property Value
    Type Description
    System.DateTime

    The time stamp.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng