Click or drag to resize

PFAdminExternalConnectionBindingViewModelGetModel Method

Gets the view-model for given binding.

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 PFAdminExternalConnectionBindingViewModel GetModel(
	PFExternalConnection_Binding binding
)

Parameters

binding
Type: Packflow.CorePFExternalConnection_Binding
The source binding.

Return Value

Type: PFAdminExternalConnectionBindingViewModel
See Also