All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ImportPackageParameter Class Reference

when stream class is used only one paramter can be passed, hence this class is used to combine all paramters to one parameter More...

Public Member Functions

 ImportPackageParameter ()
 Initializes a new instance of the ImportPackageParameter class. More...
 

Properties

PackageImportOptions PackageImportOptions [get, set]
 Gets or sets the package import options. More...
 
string SessionId [get, set]
 Gets or sets the sesssion id. More...
 
byte[] StreamData [get, set]
 Gets or sets the stream data. More...
 

Description

when stream class is used only one paramter can be passed, hence this class is used to combine all paramters to one parameter

Constructor & Destructor Documentation

Initializes a new instance of the ImportPackageParameter class.

Property Documentation

Gets or sets the package import options.

The package import options.

string SessionId
getset

Gets or sets the sesssion id.

The sesssion id.

byte [] StreamData
getset

Gets or sets the stream data.

The stream data.