C# Класс Rock.Web.UI.PersonBlock

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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.

Описание методов

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

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

PersonGroups() публичный Метод

The groups of a particular type that current person belongs to
public PersonGroups ( System.Guid groupTypeGuid ) : IEnumerable
groupTypeGuid System.Guid
Результат IEnumerable

PersonGroups() публичный Метод

The groups of a particular type that current person belongs to
public PersonGroups ( int groupTypeId ) : IEnumerable
groupTypeId int
Результат IEnumerable

PersonGroups() публичный Метод

The groups of a particular type that current person belongs to
public PersonGroups ( string groupTypeGuid ) : IEnumerable
groupTypeGuid string The group type GUID.
Результат IEnumerable