Class AutoFormViewOptions
- Namespace
- UraniumUI.Options
- Assembly
- UraniumUI.dll
public sealed class AutoFormViewOptions
- Inheritance
-
AutoFormViewOptions
- Inherited Members
-
Properties
public Dictionary<Type, AutoFormViewOptions.EditorForType> EditorMapping { get; }
Property Value
- Dictionary<Type, AutoFormViewOptions.EditorForType>
PostEditorActions
public List<Action<View, PropertyInfo>> PostEditorActions { get; }
Property Value
- List<Action<View, PropertyInfo>>
public Func<PropertyInfo, string> PropertyNameFactory { get; set; }
Property Value
- Func<PropertyInfo, string>
public Func<PropertyInfo, IEnumerable<IValidation>> ValidationFactory { get; set; }
Property Value
- Func<PropertyInfo, IEnumerable<IValidation>>