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

It represents a form to store content. Representa un formulario para almacenar contenido.

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

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

Свойство Тип Описание
Fields List

Открытые методы

Метод Описание
DataBind ( ) : void

Creates all cells and controls based on the Fields collection Crea todas las celdas y los controles basados en la coleccion de campos.

Dispose ( ) : void

Releases resources for each field. Libera los recursos de cada campo.

this ( string fieldName ) : FormField

Searches for a field with the specified Id Busca un campo con Id especificado.

Защищенные методы

Метод Описание
CreateCategoryRow ( string category, IGrid grid ) : void

Creates a division row with a category name Crea una fila de divición con el nombre de una categoria.

CreateTableWideRow ( FormField field, IGrid grid ) : void

Creates a row that includes a label and another row for the value of a TableWide field Crea una fila que incluye una etiqueta y otra fila para el valor de un campo TableWide.

Описание методов

CreateCategoryRow() защищенный Метод

Creates a division row with a category name Crea una fila de divición con el nombre de una categoria.

protected CreateCategoryRow ( string category, IGrid grid ) : void
category string Name of the category /// Nombre de la categooria. ///
grid IGrid
Результат void

CreateTableWideRow() защищенный Метод

Creates a row that includes a label and another row for the value of a TableWide field Crea una fila que incluye una etiqueta y otra fila para el valor de un campo TableWide.

protected CreateTableWideRow ( FormField field, IGrid grid ) : void
field FormField FormField that will be included in these rows
grid IGrid
Результат void

DataBind() публичный Метод

Creates all cells and controls based on the Fields collection Crea todas las celdas y los controles basados en la coleccion de campos.

public DataBind ( ) : void
Результат void

Dispose() публичный Метод

Releases resources for each field. Libera los recursos de cada campo.

public Dispose ( ) : void
Результат void

this() публичный Метод

Searches for a field with the specified Id Busca un campo con Id especificado.

public this ( string fieldName ) : FormField
fieldName string Id of the field to be searched /// Id del campo que va a ser buscado. ///
Результат FormField

Описание свойств

Fields публичное свойство

Collection of fields that will be displayed in the current form Colección de campos que se mostarara en el formulario actual.

public List Fields
Результат List