Show / Hide Table of Contents

Class DataTransferStatus.ItemProgress

Information related to individual items being transferred. Do note that the transfers can either be linear (queue) or parallel.

Inheritance
System.Object
DataTransferStatus.ItemProgress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
public class ItemProgress

Constructors

View Source

ItemProgress(String, Int64)

Declaration
public ItemProgress(string newFilename, long newFileSize)
Parameters
Type Name Description
System.String newFilename
System.Int64 newFileSize

Fields

View Source

fileName

Declaration
public string fileName
Field Value
Type Description
System.String
View Source

fileSizeInBytes

Declaration
public long fileSizeInBytes
Field Value
Type Description
System.Int64
View Source

isComplete

Declaration
public bool isComplete
Field Value
Type Description
System.Boolean

Properties

View Source

FileSizeInKb

Declaration
public long FileSizeInKb { get; }
Property Value
Type Description
System.Int64
View Source

FileSizeInMb

Declaration
public long FileSizeInMb { get; }
Property Value
Type Description
System.Int64
View Source

Progress

Declaration
public float Progress { get; set; }
Property Value
Type Description
System.Single

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX