C# 클래스 SenseNet.Portal.UI.Controls.Binary

상속: FieldControl, INamingContainer, ITemplateFieldControl
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RenderInnerControls void
SetBinaryDataProperties void

공개 메소드들

메소드 설명
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 ( ) : Control
GetLabelForDescription ( ) : Control
GetLabelForTitleControl ( ) : Control
GetUploadeControl ( ) : Control
SetData ( object data ) : void

Sets data within the FieldControl

보호된 메소드들

메소드 설명
GetControlId ( Control control, Node node ) : string

Gets the control id.

InitTemplates ( ) : void
OnInit ( EventArgs e ) : void

Raises the E:Init event.

OnPreRender ( EventArgs e ) : void
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.

비공개 메소드들

메소드 설명
RenderInnerControls ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the inner controls.

SetBinaryDataProperties ( BinaryData data, System.Web.UI.WebControls.FileUpload fileUpload, ITextControl editor ) : void

메소드 상세

Binary() 공개 메소드

Initializes a new instance of the Binary class.
public Binary ( ) : System
리턴 System

GetControlId() 보호된 메소드

Gets the control id.
protected GetControlId ( Control control, Node node ) : string
control System.Web.UI.Control The control.
node Node The node.
리턴 string

GetData() 공개 메소드

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.
public GetData ( ) : object
리턴 object

GetInnerControl() 공개 메소드

public GetInnerControl ( ) : Control
리턴 System.Web.UI.Control

GetLabelForDescription() 공개 메소드

public GetLabelForDescription ( ) : Control
리턴 System.Web.UI.Control

GetLabelForTitleControl() 공개 메소드

public GetLabelForTitleControl ( ) : Control
리턴 System.Web.UI.Control

GetUploadeControl() 공개 메소드

public GetUploadeControl ( ) : Control
리턴 System.Web.UI.Control

InitTemplates() 보호된 메소드

protected InitTemplates ( ) : void
리턴 void

OnInit() 보호된 메소드

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderContents() 보호된 메소드

Renders the contents of the control to the specified writer. This method is used primarily by control developers.
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that represents the output stream to render HTML content on the client.
리턴 void

RenderEditor() 보호된 메소드

Renders the editor.
protected RenderEditor ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
리턴 void

RenderHtmlAnchor() 보호된 메소드

Renders the HTML anchor.
protected RenderHtmlAnchor ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
리턴 void

SetData() 공개 메소드

Sets data within the FieldControl
public SetData ( object data ) : void
data object Data of the Field wrapped
리턴 void