Show / Hide Table of Contents

Class LogDetailInfo

Inheritance
object
LogDetailInfo
Implements
ILogDetailInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogDetailInfo : ILogDetailInfo

Constructors

LogDetailInfo()

Declaration
public LogDetailInfo()

LogDetailInfo(string, string)

Declaration
public LogDetailInfo(string name, string value)
Parameters
Type Name Description
string name
string value

Properties

PropertyName

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

PropertyValue

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

Methods

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

ILogDetailInfo

Extension Methods

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