Class EmailAddressPropertyEditor
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class EmailAddressPropertyEditor : DataEditor
Constructors
EmailAddressPropertyEditor(IDataValueEditorFactory, IIOHelper)
The constructor will setup the property editor based on the attribute if one is found
Declaration
public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
Parameters
| Type |
Name |
Description |
| IDataValueEditorFactory |
dataValueEditorFactory |
|
| IIOHelper |
ioHelper |
|
Methods
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
| Type |
Description |
| IConfigurationEditor |
|
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
| Type |
Description |
| IDataValueEditor |
|