C# Class Castle.MonoRail.Framework.Helpers.FormHelper.ValueGetterAbstractFactory

Abstract factory for ValueGetter implementations
Exibir arquivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Create ( Type targetType, string keyName ) : ValueGetter

Creates the specified target type.

Method Details

Create() public static method

Creates the specified target type.
public static Create ( Type targetType, string keyName ) : ValueGetter
targetType System.Type Type of the target.
keyName string Name of the key.
return ValueGetter