C# Class Rock.Web.UI.PersonBlock

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewSpring/Rock

Public Methods

Method Description
PersonGroups ( System.Guid groupTypeGuid ) : IEnumerable

The groups of a particular type that current person belongs to

PersonGroups ( int groupTypeId ) : IEnumerable

The groups of a particular type that current person belongs to

PersonGroups ( string groupTypeGuid ) : IEnumerable

The groups of a particular type that current person belongs to

Protected Methods

Method Description
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.

Method Details

OnInit() protected method

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

OnLoad() protected method

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

PersonGroups() public method

The groups of a particular type that current person belongs to
public PersonGroups ( System.Guid groupTypeGuid ) : IEnumerable
groupTypeGuid System.Guid
return IEnumerable

PersonGroups() public method

The groups of a particular type that current person belongs to
public PersonGroups ( int groupTypeId ) : IEnumerable
groupTypeId int
return IEnumerable

PersonGroups() public method

The groups of a particular type that current person belongs to
public PersonGroups ( string groupTypeGuid ) : IEnumerable
groupTypeGuid string The group type GUID.
return IEnumerable