Show / Hide Table of Contents

Class SummaryItem

Inheritance
object
SummaryItem
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
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class SummaryItem

Constructors

SummaryItem()

Declaration
public SummaryItem()

Properties

Category

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

Completed

Declaration
public bool Completed { get; set; }
Property Value
Type Description
bool

Order

Declaration
public uint Order { get; set; }
Property Value
Type Description
uint

ProcessedItems

Declaration
public int ProcessedItems { get; set; }
Property Value
Type Description
int

ProcessedItemsString

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

ProgressPercentage

Declaration
public int ProgressPercentage { get; set; }
Property Value
Type Description
int

TotalItems

Declaration
public int TotalItems { get; set; }
Property Value
Type Description
int

TotalItemsString

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

Methods

ConvertToLocal(UserInfo)

Declaration
public void ConvertToLocal(UserInfo userInfo)
Parameters
Type Name Description
UserInfo userInfo

Extension Methods

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