Table of Contents

Class AutoFormViewOptions

Namespace
UraniumUI.Options
Assembly
UraniumUI.dll
public sealed class AutoFormViewOptions
Inheritance
AutoFormViewOptions
Inherited Members

Properties

EditorMapping

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>>

PropertyNameFactory

public Func<PropertyInfo, string> PropertyNameFactory { get; set; }

Property Value

Func<PropertyInfo, string>

ValidationFactory

public Func<PropertyInfo, IEnumerable<IValidation>> ValidationFactory { get; set; }

Property Value

Func<PropertyInfo, IEnumerable<IValidation>>