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 SourceConfiguration
Gets the configuration settings
Declaration
public ConfigurationSettings Configuration { get; set; }
Property Value
Type | Description |
---|---|
ConfigurationSettings | The configuration. |
Providers
Gets an array of cache status of connections for each provider
Declaration
public CachedProviderInfo[] Providers { get; set; }
Property Value
Type | Description |
---|---|
CachedProviderInfo[] |
Serializer
Gets the serializer.
Declaration
public static XmlSerializer Serializer { get; }
Property Value
Type | Description |
---|---|
System.Xml.Serialization.XmlSerializer |
TimeStamp
Gets the timestamp
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The time stamp. |