C# 클래스 Rock.Web.UI.Controls.MergeFieldPicker

상속: ItemPicker
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
FormatSelectedValue ( string selectedValue ) : string

Formats the selected value (node path) into a liquid merge field.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

SetValue ( string nodePath ) : void

Sets the value.

SetValues ( IEnumerable nodePaths ) : void

Sets the values.

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

SetValueOnSelect ( ) : void

Sets the value on select.

SetValuesOnSelect ( ) : void

Sets the values on select.

비공개 메소드들

메소드 설명
GetPrefixedMergeFieldIds ( ) : List

Gets the prefixed merge field ids.

메소드 상세

FormatSelectedValue() 공개 정적인 메소드

Formats the selected value (node path) into a liquid merge field.
public static FormatSelectedValue ( string selectedValue ) : string
selectedValue string The selected value.
리턴 string

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

RenderControl() 공개 메소드

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
리턴 void

SetValue() 공개 메소드

Sets the value.
public SetValue ( string nodePath ) : void
nodePath string The node path.
리턴 void

SetValueOnSelect() 보호된 메소드

Sets the value on select.
protected SetValueOnSelect ( ) : void
리턴 void

SetValues() 공개 메소드

Sets the values.
public SetValues ( IEnumerable nodePaths ) : void
nodePaths IEnumerable The node paths.
리턴 void

SetValuesOnSelect() 보호된 메소드

Sets the values on select.
protected SetValuesOnSelect ( ) : void
리턴 void