C# 클래스 OKHOSTING.UI.Controls.Forms.FormField

An item that will be displayed in the dataform Un elemento que se muestra en el dataform

상속: IDisposable
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI 1 사용 예제들

공개 메소드들

메소드 설명
CreateFieldFrom ( Type type ) : FormField

Creates a field that will contain a value of a specific type Crea un campo que contendra un valor de un tipo especifico.

Dispose ( ) : void

Releases all resource used by the FormField object. Libera todos los recursos utilizados por el objeto de campo de formulario.

Call Dispose when you are finished using the FormField. The Dispose method leaves the FormField in an unusable state. After calling Dispose, you must release all references to the FormField so the garbage collector can reclaim the memory that the FormField was occupying. Llame a Dispose cuando termine de usar el FormField. El método Dispose deja el FormField en un estado inutilizable. Después de llamar a Dispose, debe liberar todas las referencias al FormField por lo que el recolector de basura puede reclamar la memoria que el FormField ocupaba.

FormField ( ) : OKHOSTING.Core

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

ToString ( ) : string

Returns the field's Id Devuelve el Id del campo

보호된 메소드들

메소드 설명
CreateValueControl ( ) : void

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

메소드 상세

CreateFieldFrom() 공개 정적인 메소드

Creates a field that will contain a value of a specific type Crea un campo que contendra un valor de un tipo especifico.

public static CreateFieldFrom ( Type type ) : FormField
type System.Type
리턴 FormField

CreateValueControl() 보호된 추상적인 메소드

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

protected abstract CreateValueControl ( ) : void
리턴 void

Dispose() 공개 메소드

Releases all resource used by the FormField object. Libera todos los recursos utilizados por el objeto de campo de formulario.

Call Dispose when you are finished using the FormField. The Dispose method leaves the FormField in an unusable state. After calling Dispose, you must release all references to the FormField so the garbage collector can reclaim the memory that the FormField was occupying. Llame a Dispose cuando termine de usar el FormField. El método Dispose deja el FormField en un estado inutilizable. Después de llamar a Dispose, debe liberar todas las referencias al FormField por lo que el recolector de basura puede reclamar la memoria que el FormField ocupaba.

public Dispose ( ) : void
리턴 void

FormField() 공개 메소드

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

public FormField ( ) : OKHOSTING.Core
리턴 OKHOSTING.Core

ToString() 공개 메소드

Returns the field's Id Devuelve el Id del campo

public ToString ( ) : string
리턴 string