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
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

공개 프로퍼티들

프로퍼티 타입 설명
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