C# 클래스 ORMSolutions.ORMArchitect.Core.ObjectModel.Design.DataTypePicker

상속: ElementPicker
파일 보기 프로젝트 열기: ormfoundation/NORMA-plus

보호된 메소드들

메소드 설명
GetContentList ( ITypeDescriptorContext context, object value ) : IList

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

비공개 메소드들

메소드 설명
DataTypePicker ( ) : System

Choose an initial size

메소드 상세

GetContentList() 보호된 최종 메소드

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
리턴 IList