C# Class RockWeb.Blocks.Core.DateRangeContextSetter

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Protected Properties

Свойство Type Description
ContextPreferenceName string

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

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.

SetDateRangeContext ( string dateRangeValues, bool refreshPage = false ) : void

Sets the schedule context.

btnSelect_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSelect control.

Private Methods

Méthode Description
LoadDropdowns ( ) : void

Loads the schedules

Method Details

Block_BlockUpdated() protected méthode

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

SetDateRangeContext() protected méthode

Sets the schedule context.
protected SetDateRangeContext ( string dateRangeValues, bool refreshPage = false ) : void
dateRangeValues string
refreshPage bool if set to true [refresh page].
Résultat void

btnSelect_Click() protected méthode

Handles the Click event of the btnSelect control.
protected btnSelect_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Property Details

ContextPreferenceName protected_oe static_oe property

The context preference name
protected static string ContextPreferenceName
Résultat string