Свойство | Type | Description | |
---|---|---|---|
RenderInnerControls | void | ||
SetBinaryDataProperties | void |
Méthode | Description | |
---|---|---|
Binary ( ) : System |
Initializes a new instance of the Binary class.
|
|
GetData ( ) : object |
Gets object data. Exception handling and displayed is done at ContentView level; FormatExceptions and Exceptions are handled and displayed at this level. Should you need custom or localized error messages, throw a FieldControlDataException with your own error message. |
|
GetInnerControl ( ) : |
||
GetLabelForDescription ( ) : |
||
GetLabelForTitleControl ( ) : |
||
GetUploadeControl ( ) : |
||
SetData ( object data ) : void |
Sets data within the FieldControl
|
Méthode | Description | |
---|---|---|
GetControlId ( |
Gets the control id.
|
|
InitTemplates ( ) : void | ||
OnInit ( |
Raises the E:Init event.
|
|
OnPreRender ( |
||
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
|
|
RenderEditor ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the editor.
|
|
RenderHtmlAnchor ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the HTML anchor.
|
Méthode | Description | |
---|---|---|
RenderInnerControls ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the inner controls.
|
|
SetBinaryDataProperties ( |
protected GetControlId ( |
||
control | The control. | |
node | Node | The node. |
Résultat | string |
public GetInnerControl ( ) : |
||
Résultat |
public GetLabelForDescription ( ) : |
||
Résultat |
public GetLabelForTitleControl ( ) : |
||
Résultat |
public GetUploadeControl ( ) : |
||
Résultat |
protected OnInit ( |
||
e | The |
|
Résultat | void |
protected OnPreRender ( |
||
e | ||
Résultat | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | A |
Résultat | void |
protected RenderEditor ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Résultat | void |
protected RenderHtmlAnchor ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
Résultat | void |
public SetData ( object data ) : void | ||
data | object | Data of the |
Résultat | void |