C# 클래스 Signum.Web.EntityListCheckbox

상속: EntityListBase
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CustomizeCheckBox Lite>.Action
CustomizeLabel Lite>.Action

공개 메소드들

메소드 설명
EntityListCheckbox ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : Signum.Entities

보호된 메소드들

메소드 설명
SetReadOnly ( ) : void

메소드 상세

EntityListCheckbox() 공개 메소드

public EntityListCheckbox ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : Signum.Entities
type System.Type
untypedValue object
parent Context
prefix string
propertyRoute PropertyRoute
리턴 Signum.Entities

SetReadOnly() 보호된 메소드

protected SetReadOnly ( ) : void
리턴 void

프로퍼티 상세

CustomizeCheckBox 공개적으로 프로퍼티

public Action> CustomizeCheckBox
리턴 Lite>.Action

CustomizeLabel 공개적으로 프로퍼티

public Action> CustomizeLabel
리턴 Lite>.Action