Method | Description | |
---|---|---|
CreateFieldFrom ( |
Creates a field that will contain a value of a specific type
|
|
Dispose ( ) : void |
Releases all resource used by the FormField object. 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. |
|
FormField ( ) : OKHOSTING.Core |
Initializes a new instance of the FormField class.
|
|
ToString ( ) : string |
Returns the field's Id
|
Method | Description | |
---|---|---|
CreateValueControl ( ) : void |
Creates the controls for displaying the field
|
public static CreateFieldFrom ( |
||
type | ||
return |
protected abstract CreateValueControl ( ) : void | ||
return | void |