Class LogDetailInfo
The log details info.
Inheritance
System.Object
LogDetailInfo
Implements
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogDetailInfo : object, ILogDetailInfo
Constructors
| Improve this Doc View SourceLogDetailInfo()
Initializes a new instance of the LogDetailInfo class.
Declaration
public LogDetailInfo()
LogDetailInfo(String, String)
Initializes a new instance of the LogDetailInfo class.
Declaration
public LogDetailInfo(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
Properties
| Improve this Doc View SourcePropertyName
The log details info.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyValue
The log details info.
Declaration
public string PropertyValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceReadXml(XmlReader)
The log details info.
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
ToString()
The log details info.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
WriteXml(XmlWriter)
The log details info.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |