C# 클래스 Habanero.Faces.Test.Base.FakeUIFormField

상속: Habanero.BO.ClassDefinition.UIFormField
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
FakeUIFormField ( ) : System
FakeUIFormField ( string label, string propertyName ) : System
FakeUIFormField ( string label, string propertyName, Type controlType, string mapperTypeName, string mapperAssembly, bool editable, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
SetClassDef ( IClassDef classDef ) : void
SetKeepValuePrivate ( bool keepValuePrivate ) : void

비공개 메소드들

메소드 설명
GetClassDef ( ) : IClassDef

메소드 상세

FakeUIFormField() 공개 메소드

public FakeUIFormField ( ) : System
리턴 System

FakeUIFormField() 공개 메소드

public FakeUIFormField ( string label, string propertyName ) : System
label string
propertyName string
리턴 System

FakeUIFormField() 공개 메소드

public FakeUIFormField ( string label, string propertyName, Type controlType, string mapperTypeName, string mapperAssembly, bool editable, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
label string
propertyName string
controlType System.Type
mapperTypeName string
mapperAssembly string
editable bool
toolTipText string
parameters System.Collections.Hashtable
layout LayoutStyle
리턴 System

FakeUIFormField() 공개 메소드

public FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
label string
propertyName string
controlTypeName string
controlAssembly string
mapperTypeName string
mapperAssembly string
editable bool
showAsComulsory bool
toolTipText string
parameters System.Collections.Hashtable
layout LayoutStyle
리턴 System

SetClassDef() 공개 메소드

public SetClassDef ( IClassDef classDef ) : void
classDef IClassDef
리턴 void

SetKeepValuePrivate() 공개 메소드

public SetKeepValuePrivate ( bool keepValuePrivate ) : void
keepValuePrivate bool
리턴 void