Class Status
Represents the API-status.
Inheritance
System.Object
    Status
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Status : IXmlSerializableProperties
Api
Gets or sets the api status.
Declaration
public Status.ServiceStatus? Api { get; set; }Property Value
| System.Nullable<Status.ServiceStatus> 
 | 
Database
Gets or sets the database status.
Declaration
public Status.ServiceStatus? Database { get; set; }Property Value
| System.Nullable<Status.ServiceStatus> 
 | 
Gpx
Gets or sets the gpx status.
Declaration
public Status.ServiceStatus? Gpx { get; set; }Property Value
| System.Nullable<Status.ServiceStatus> 
 |