Method | Description | |
---|---|---|
FakeUIFormField ( ) : System | ||
FakeUIFormField ( string label, string propertyName ) : System | ||
FakeUIFormField ( string label, string propertyName, |
||
FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, |
||
SetClassDef ( IClassDef classDef ) : void | ||
SetKeepValuePrivate ( bool keepValuePrivate ) : void |
Method | Description | |
---|---|---|
GetClassDef ( ) : IClassDef |
public FakeUIFormField ( string label, string propertyName ) : System | ||
label | string | |
propertyName | string | |
return | System |
public FakeUIFormField ( string label, string propertyName, |
||
label | string | |
propertyName | string | |
controlType | ||
mapperTypeName | string | |
mapperAssembly | string | |
editable | bool | |
toolTipText | string | |
parameters | ||
layout | LayoutStyle | |
return | System |
public FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, |
||
label | string | |
propertyName | string | |
controlTypeName | string | |
controlAssembly | string | |
mapperTypeName | string | |
mapperAssembly | string | |
editable | bool | |
showAsComulsory | bool | |
toolTipText | string | |
parameters | ||
layout | LayoutStyle | |
return | System |
public SetClassDef ( IClassDef classDef ) : void | ||
classDef | IClassDef | |
return | void |
public SetKeepValuePrivate ( bool keepValuePrivate ) : void | ||
keepValuePrivate | bool | |
return | void |