C# Класс OKHOSTING.UI.Controls.Forms.TypeField

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

Наследование: ListPickerField
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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