C# Class RockWeb.Blocks.Core.TagsByLetter

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Protected Properties

Property Type Description
personalTagsCss string
publicTagsCss string

Protected Methods

Method Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the TagsByLetter control.

OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
lbPersonalTags_Click ( object sender, EventArgs e ) : void
lbPublicTags_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
DisplayTags ( int ownerId, int entityId ) : void

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the TagsByLetter 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.
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

lbPersonalTags_Click() protected method

protected lbPersonalTags_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lbPublicTags_Click() protected method

protected lbPublicTags_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

personalTagsCss protected_oe property

protected string personalTagsCss
return string

publicTagsCss protected_oe property

protected string publicTagsCss
return string