C# 클래스 OKHOSTING.UI.Controls.Forms.TypeField

Field for selecting a DataType Un campo para seleccion de tipo de datos.

상속: ListPickerField
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

공개 프로퍼티들

프로퍼티 타입 설명
Parent System.Type

공개 메소드들

메소드 설명
TypeField ( Type parent ) : System

Initializes a new instance of the TypeField class. Inicializa una nueva instancia de la clase TypeField.

보호된 메소드들

메소드 설명
CreateValueControl ( ) : void

Creates the controls for displaying the field Crea los controles para visualizar el campo.

메소드 상세

CreateValueControl() 보호된 메소드

Creates the controls for displaying the field Crea los controles para visualizar el campo.

protected CreateValueControl ( ) : void
리턴 void

TypeField() 공개 메소드

Initializes a new instance of the TypeField class. Inicializa una nueva instancia de la clase TypeField.

public TypeField ( Type parent ) : System
parent System.Type Parent.
리턴 System

프로퍼티 상세

Parent 공개적으로 프로퍼티

The DataType (and subclasses of it) that will be available as an option in the DropDownList. if set to null, all DataTypes will be available El tipo de datos (y subclases del mismo) que estará disponible como una opción en el DropDownList. Si se establece en nulo, todos los tipos de datos estarán disponibles

public Type,System Parent
리턴 System.Type