EntityPropertyDescriptorGetEditor Method |
Gets an editor of the specified type.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public override Object GetEditor(
Type editorBaseType
)
Public Overrides Function GetEditor (
editorBaseType As Type
) As Object
Parameters
- editorBaseType
- Type: SystemType
The base type of editor, which is used to differentiate between multiple editors that a property supports.
Return Value
Type:
Object
An instance of the requested editor type, or null if an editor cannot be found.
See Also