C# Class ORMSolutions.ORMArchitect.Core.ObjectModel.Design.DataTypePicker

Inheritance: ElementPicker
Show file Open project: ormfoundation/NORMA-plus

Protected Methods

Method Description
GetContentList ( ITypeDescriptorContext context, object value ) : IList

Returns a list of data types that can be used by a value type.

Private Methods

Method Description
DataTypePicker ( ) : System

Choose an initial size

Method Details

GetContentList() protected final method

Returns a list of data types that can be used by a value type.
protected final GetContentList ( ITypeDescriptorContext context, object value ) : IList
context ITypeDescriptorContext ITypeDescriptorContext. Used to retrieve the selected instance
value object The current value
return IList