Show / Hide Table of Contents

Class LogItem

Inheritance
object
LogItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Dto.Jobs
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class LogItem

Constructors

LogItem()

Declaration
public LogItem()

Properties

CreatedOnDate

Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type Description
DateTime

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ReportLevel

Declaration
public ReportLevel ReportLevel { get; set; }
Property Value
Type Description
ReportLevel

Value

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

Extension Methods

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