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

Field for enum values Campo para valores de enumeracion.

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

보호된 프로퍼티들

프로퍼티 타입 설명
EnumType System.Type

공개 메소드들

메소드 설명
EnumField ( Type enumType ) : System

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

보호된 메소드들

메소드 설명
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

EnumField() 공개 메소드

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

public EnumField ( Type enumType ) : System
enumType System.Type Enum type. /// Tipo de la enumeracion. ///
리턴 System

프로퍼티 상세

EnumType 보호되어 있는 프로퍼티

The type of the enum. El tipo de la enumeracion.

protected Type,System EnumType
리턴 System.Type