Click or drag to resize

PFAdminExternalConnectionViewModelGetModel Method

Gets the model based on give connection.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFAdminExternalConnectionViewModel GetModel(
	PFExternalConnection connection
)

Parameters

connection
Type: Packflow.CorePFExternalConnection
The connection.

Return Value

Type: PFAdminExternalConnectionViewModel
A view model initialized from given connection
See Also