C# Class OKHOSTING.UI.Controls.Forms.TypeField

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

Inheritance: ListPickerField
Exibir arquivo Open project: okhosting/OKHOSTING.UI

Public Properties

Property Type Description
Parent System.Type

Public Methods

Method Description
TypeField ( Type parent ) : System

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

Protected Methods

Method Description
CreateValueControl ( ) : void

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

Method Details

CreateValueControl() protected method

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

protected CreateValueControl ( ) : void
return void

TypeField() public method

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.
return System

Property Details

Parent public_oe property

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
return System.Type