C# 클래스 RockWeb.Plugins.cc_newspring.Blocks.Metrics.Metrics

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 프로퍼티들

프로퍼티 타입 설명
ContextPreferenceName string

보호된 메소드들

메소드 설명
FilterMetricValuesByPartition ( IQueryable values, string partitionName, int entityId, bool filterOnNull = false ) : IQueryable

Filters the metric values by partition.

FormatValues ( ) : decimal

Formats the values.

GetMetricValues ( bool isPrimary ) : List

Gets the metric values.

GetValueAggregate ( List values, bool isPrimary ) : decimal

Gets the value aggregate.

OnLoad ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
DisplayTextValue ( ) : void

Displays the text value.

LoadSourceGuids ( ) : void

Loads the source guids.

메소드 상세

FilterMetricValuesByPartition() 보호된 메소드

Filters the metric values by partition.
protected FilterMetricValuesByPartition ( IQueryable values, string partitionName, int entityId, bool filterOnNull = false ) : IQueryable
values IQueryable The values.
partitionName string Name of the partition.
entityId int The entity identifier.
filterOnNull bool if set to true [filter on null].
리턴 IQueryable

FormatValues() 보호된 메소드

Formats the values.
protected FormatValues ( ) : decimal
리턴 decimal

GetMetricValues() 보호된 메소드

Gets the metric values.
protected GetMetricValues ( bool isPrimary ) : List
isPrimary bool if set to true [is primary].
리턴 List

GetValueAggregate() 보호된 메소드

Gets the value aggregate.
protected GetValueAggregate ( List values, bool isPrimary ) : decimal
values List The values.
isPrimary bool if set to true [is primary].
리턴 decimal

OnLoad() 보호된 메소드

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

프로퍼티 상세

ContextPreferenceName 보호되어 있는 정적으로 프로퍼티

The string used for setting a Date Range Context Set via RockWeb.Blocks.Core.DateRangeContextSetter
protected static string ContextPreferenceName
리턴 string