Click or drag to resize

PackageCreatePackage Method (Package, PackageRequest, PackageResponse)

Creates a full Sox.Package object from a Sox.Package, Sox.PackageRequest, and Sox.PackageResponse objects

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public static Package CreatePackage(
	Package pkg,
	PackageRequest packageRequest,
	PackageResponse packageResponse
)

Parameters

pkg
Type: PSI.SoxPackage
Package
packageRequest
Type: PSI.SoxPackageRequest
Package Request
packageResponse
Type: PSI.SoxPackageResponse
Package Response

Return Value

Type: Package
Package
See Also