Show / Hide Table of Contents

Class ServerInfo

Inheritance
object
ServerInfo
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke.dll
Syntax
public class ServerInfo : IHydratable

Constructors

ServerInfo()

Declaration
public ServerInfo()

ServerInfo(DateTime, DateTime)

Declaration
public ServerInfo(DateTime created, DateTime lastactivity)
Parameters
Type Name Description
DateTime created
DateTime lastactivity

Properties

CreatedDate

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

IISAppName

Declaration
public string IISAppName { get; set; }
Property Value
Type Description
string

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

LastActivityDate

Declaration
public DateTime LastActivityDate { get; set; }
Property Value
Type Description
DateTime

PingFailureCount

Declaration
public int PingFailureCount { get; set; }
Property Value
Type Description
int

ServerGroup

Declaration
public string ServerGroup { get; set; }
Property Value
Type Description
string

ServerID

Declaration
public int ServerID { get; set; }
Property Value
Type Description
int

ServerName

Declaration
public string ServerName { get; set; }
Property Value
Type Description
string

UniqueId

Declaration
public string UniqueId { get; set; }
Property Value
Type Description
string

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS