Click or drag to resize

PFModelBinderProviderGetBinder Method

Returns the model binder for the specified type.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public IModelBinder GetBinder(
	Type modelType
)

Parameters

modelType
Type: SystemType
The type of the model.

Return Value

Type: IModelBinder
The model binder for the specified type.

Implements

IModelBinderProvider.GetBinder(Type)
See Also