The GroupInfo type exposes the following members.

Constructors

  Name Description
Public method GroupInfo
Initializes a new instance of the GroupInfo class.

Methods

  Name Description
Public method BindData
Binds and formats group data for display in the main list view control.
Protected method OnDeleted
Called when group is deleted.
Protected method OnDeleting
Called when group is being deleted.
Protected method OnInit
OnInit event handler
(Overrides GroupBasePart..::..OnInit(EventArgs).)
Protected method OnJoined
Called when user joined the group.
Protected method OnJoining
Called when user is joining the group.
Protected method OnLeaving
Called when user is leaving the group.
Protected method OnLeft
Called when user has left the group.
Protected method OnLoad
Raises the System.Web.UI.Control.Load event.
(Overrides BasePart..::..OnLoad(EventArgs).)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field imgLogo
imgLogo control.
Protected field lblCategory
lblCategory control.
Protected field lblDescription
lblDescription control.
Protected field lblName
lblName control.
Protected field lblPrivacy
lblPrivacy control.
Protected field lnkCategory
lnkCategory control.
Protected field lnkDelete
lnkDelete control.
Protected field lnkEdit
lnkEdit control.
Protected field lnkLeave
lnkLeave control.
Protected field ltlDescription
ltlDescription control.
Protected field ltlName
ltlName control.
Protected field ltlPrivacy
ltlPrivacy control.
Protected field ltlRequestWaiting
ltlRequestWaiting control.
Protected field pnlAdmin
pnlAdmin control.
Protected field pnlContainer
pnlContainer control.
Protected field pnlLeave
pnlLeave control.

Properties

  Name Description
Public property RewritePageTitle
Whether to rewrite the container page title or not, note that by turning this on you will turn on the meta keywords and description rewrite.

Events

  Name Description
Public event Deleted
Occurs when group is deleted.
Public event Deleting
Occurs when group is being deleted.
Public event Joined
Occurs when user joined the group.
Public event Joining
Occurs when user is joining the group.
Public event Leaving
Occurs when user is leaving the group.
Public event Left
Occurs when user has left the group.

See Also