Class ServerInfo
Inheritance
System.Object
ServerInfo
Assembly: DotNetNuke.dll
Syntax
public class ServerInfo : object, IHydratable
Constructors
|
Improve this Doc
View Source
ServerInfo()
Initializes a new instance of the ServerInfo class.
Declaration
|
Improve this Doc
View Source
ServerInfo(DateTime, DateTime)
Initializes a new instance of the ServerInfo class.
Declaration
public ServerInfo(DateTime created, DateTime lastactivity)
Parameters
Type |
Name |
Description |
DateTime |
created |
|
DateTime |
lastactivity |
|
Properties
|
Improve this Doc
View Source
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IISAppName
Declaration
public string IISAppName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
An Integer.
|
|
Improve this Doc
View Source
LastActivityDate
Declaration
public DateTime LastActivityDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
PingFailureCount
Declaration
public int PingFailureCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServerGroup
Declaration
public string ServerGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ServerID
Declaration
public int ServerID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ServerName
Declaration
public string ServerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UniqueId
Declaration
public string UniqueId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Fills a ServerInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
The Data Reader to use.
|
Implements
Extension Methods