Click or drag to resize
TransferPackageBuilder Class
Builds the a package of transfers
Inheritance Hierarchy
SystemObject
  DrawerBackup.Client.TransfersTransferPackageBuilder

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class TransferPackageBuilder

The TransferPackageBuilder type exposes the following members.

Constructors
  NameDescription
Public methodTransferPackageBuilder
Initializes a new instance of the TransferPackageBuilder class
Top
Properties
  NameDescription
Public propertyCount
The count of entries
Public propertyEntries
Entries
Top
Methods
  NameDescription
Public methodAdd
Add the entry to the package
Public methodBuild
Builds the package with the current entries
Public methodCanAllocateEntry
Check if the entry can be allocated in the current package
Public methodClear
Cleans the package
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsAllocable
Check if the entry can be allocated in a package
Public methodIsCompleted
Is The package completed
Public methodLength
Current Package Length
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventOnCompleted
Top
Extension Methods
See Also