Show / Hide Table of Contents

Class LogProperties

Inheritance
object
ArrayList
LogProperties
Implements
IList
ICollection
ICloneable
ILogProperties
ICollection<ILogDetailInfo>
IEnumerable<ILogDetailInfo>
IEnumerable
Inherited Members
ArrayList.Adapter(IList)
ArrayList.Add(object)
ArrayList.AddRange(ICollection)
ArrayList.BinarySearch(int, int, object, IComparer)
ArrayList.BinarySearch(object)
ArrayList.BinarySearch(object, IComparer)
ArrayList.Clear()
ArrayList.Clone()
ArrayList.Contains(object)
ArrayList.CopyTo(Array)
ArrayList.CopyTo(Array, int)
ArrayList.CopyTo(int, Array, int, int)
ArrayList.FixedSize(IList)
ArrayList.FixedSize(ArrayList)
ArrayList.GetEnumerator()
ArrayList.GetEnumerator(int, int)
ArrayList.IndexOf(object)
ArrayList.IndexOf(object, int)
ArrayList.IndexOf(object, int, int)
ArrayList.Insert(int, object)
ArrayList.InsertRange(int, ICollection)
ArrayList.LastIndexOf(object)
ArrayList.LastIndexOf(object, int)
ArrayList.LastIndexOf(object, int, int)
ArrayList.ReadOnly(IList)
ArrayList.ReadOnly(ArrayList)
ArrayList.Remove(object)
ArrayList.RemoveAt(int)
ArrayList.RemoveRange(int, int)
ArrayList.Repeat(object, int)
ArrayList.Reverse()
ArrayList.Reverse(int, int)
ArrayList.SetRange(int, ICollection)
ArrayList.GetRange(int, int)
ArrayList.Sort()
ArrayList.Sort(IComparer)
ArrayList.Sort(int, int, IComparer)
ArrayList.Synchronized(IList)
ArrayList.Synchronized(ArrayList)
ArrayList.ToArray()
ArrayList.ToArray(Type)
ArrayList.TrimToSize()
ArrayList.Capacity
ArrayList.Count
ArrayList.IsFixedSize
ArrayList.IsReadOnly
ArrayList.IsSynchronized
ArrayList.SyncRoot
ArrayList.this[int]
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 LogProperties : ArrayList, IList, ICollection, ICloneable, ILogProperties, ICollection<ILogDetailInfo>, IEnumerable<ILogDetailInfo>, IEnumerable

Constructors

LogProperties()

Declaration
public LogProperties()

Properties

Summary

Declaration
public string Summary { get; }
Property Value
Type Description
string

Methods

Add(ILogDetailInfo)

Declaration
public void Add(ILogDetailInfo item)
Parameters
Type Name Description
ILogDetailInfo item

Contains(ILogDetailInfo)

Declaration
public bool Contains(ILogDetailInfo item)
Parameters
Type Name Description
ILogDetailInfo item
Returns
Type Description
bool

CopyTo(ILogDetailInfo[], int)

Declaration
public void CopyTo(ILogDetailInfo[] array, int arrayIndex)
Parameters
Type Name Description
ILogDetailInfo[] array
int arrayIndex

Deserialize(string)

Declaration
public void Deserialize(string content)
Parameters
Type Name Description
string content

ReadXml(XmlReader)

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

Remove(ILogDetailInfo)

Declaration
public bool Remove(ILogDetailInfo item)
Parameters
Type Name Description
ILogDetailInfo item
Returns
Type Description
bool

Serialize()

Declaration
public string Serialize()
Returns
Type Description
string

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

IList
ICollection
ICloneable
ILogProperties
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

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