Delegate AutoFormViewOptions.EditorForType
public delegate View AutoFormViewOptions.EditorForType(PropertyInfo property, Func<PropertyInfo, string> propertyNameFactory, object source)
Parameters
property
PropertyInfopropertyNameFactory
Func<PropertyInfo, string>source
object