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

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

공개 메소드들

메소드 설명
SetValue ( MetricCategory metricCategory ) : void

Sets the value.

SetValues ( IEnumerable metricCategories ) : void

Sets the values.

보호된 메소드들

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

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

SetValueOnSelect ( ) : void

Sets the value on select.

SetValuesOnSelect ( ) : void

Sets the values on select.

메소드 상세

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

SetValue() 공개 메소드

Sets the value.
public SetValue ( MetricCategory metricCategory ) : void
metricCategory MetricCategory The metric category.
리턴 void

SetValueOnSelect() 보호된 메소드

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

SetValues() 공개 메소드

Sets the values.
public SetValues ( IEnumerable metricCategories ) : void
metricCategories IEnumerable The metric categories.
리턴 void

SetValuesOnSelect() 보호된 메소드

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