Class LogProperties
add xml docs.
Inheritance
System.Object
LogProperties
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogProperties : ArrayList, ILogProperties
Properties
| Improve this Doc View SourceSummary
add xml docs.
Declaration
public string Summary { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAdd(ILogDetailInfo)
add xml docs.
Declaration
public void Add(ILogDetailInfo item)
Parameters
Type | Name | Description |
---|---|---|
ILogDetailInfo | item |
Contains(ILogDetailInfo)
add xml docs.
Declaration
public bool Contains(ILogDetailInfo item)
Parameters
Type | Name | Description |
---|---|---|
ILogDetailInfo | item |
Returns
Type | Description |
---|---|
System.Boolean |
CopyTo(ILogDetailInfo[], Int32)
add xml docs.
Declaration
public void CopyTo(ILogDetailInfo[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
ILogDetailInfo[] | array | |
System.Int32 | arrayIndex |
Deserialize(String)
add xml docs.
Declaration
public void Deserialize(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
ReadXml(XmlReader)
add xml docs.
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
Remove(ILogDetailInfo)
add xml docs.
Declaration
public bool Remove(ILogDetailInfo item)
Parameters
Type | Name | Description |
---|---|---|
ILogDetailInfo | item |
Returns
Type | Description |
---|---|
System.Boolean |
Serialize()
add xml docs.
Declaration
public string Serialize()
Returns
Type | Description |
---|---|
System.String |
ToString()
add xml docs.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
WriteXml(XmlWriter)
add xml docs.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |
Implements
ICollection<>