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

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

Inheritance: ListPickerField
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Méthodes publiques

Свойство Type Description
Parent System.Type

Méthodes publiques

Méthode Description
TypeField ( Type parent ) : System

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

Méthodes protégées

Méthode Description
CreateValueControl ( ) : void

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

Method Details

CreateValueControl() protected méthode

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

protected CreateValueControl ( ) : void
Résultat void

TypeField() public méthode

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.
Résultat 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
Résultat System.Type