Show / Hide Table of Contents

Interface ILogProperties

Inherited Members
ICollection<ILogDetailInfo>.Add(ILogDetailInfo)
ICollection<ILogDetailInfo>.Clear()
ICollection<ILogDetailInfo>.Contains(ILogDetailInfo)
ICollection<ILogDetailInfo>.CopyTo(ILogDetailInfo[], int)
ICollection<ILogDetailInfo>.Remove(ILogDetailInfo)
ICollection<ILogDetailInfo>.Count
ICollection<ILogDetailInfo>.IsReadOnly
IEnumerable<ILogDetailInfo>.GetEnumerator()
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogProperties : ICollection<ILogDetailInfo>, IEnumerable<ILogDetailInfo>, IEnumerable

Properties

Summary

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

Extension Methods

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