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

A form used to retrieve all parameters necessary for executing a DataMethod Es una forma de utilizarlo para recuperar todos los parametros necesarios para la ejecucion de un metodo de datos.

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

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

Свойство Тип Описание
Method System.Reflection.MethodInfo

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

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

Adds a field for every argument that the DataMethos needs in order to be invoked. Agrega un campo para cada argumento que el DataMethods necesita para ser invocado.

GetParameters ( ) : IEnumerable

Copies all field values to a list of objects that will be used as parameters to invoke a DataMethod. Copia todos los valores del campo a una lista de objetos que seran utilizados como parametros para invocar un DataMethod.

MethodForm ( MethodInfo method ) : OKHOSTING.Core

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

Метод Описание
CreateFieldFrom ( Type type ) : FormField

Creates the field of specified type. Crea el campo del tipo especificado.

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

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

Creates the field of specified type. Crea el campo del tipo especificado.

protected CreateFieldFrom ( Type type ) : FormField
type System.Type Type.
Результат FormField

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

Adds a field for every argument that the DataMethos needs in order to be invoked. Agrega un campo para cada argumento que el DataMethods necesita para ser invocado.

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

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

Copies all field values to a list of objects that will be used as parameters to invoke a DataMethod. Copia todos los valores del campo a una lista de objetos que seran utilizados como parametros para invocar un DataMethod.

public GetParameters ( ) : IEnumerable
Результат IEnumerable

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

public MethodForm ( MethodInfo method ) : OKHOSTING.Core
method System.Reflection.MethodInfo
Результат OKHOSTING.Core

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

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

public MethodInfo,System.Reflection Method
Результат System.Reflection.MethodInfo