Class LogDetailInfo
Inheritance
LogDetailInfo
Assembly: DotNetNuke.dll
Syntax
public class LogDetailInfo : ILogDetailInfo
Constructors
LogDetailInfo()
Declaration
LogDetailInfo(string, string)
Declaration
public LogDetailInfo(string name, string value)
Parameters
Properties
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
PropertyValue
Declaration
public string PropertyValue { get; set; }
Property Value
Methods
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods