Table of Contents

Class FollowerSubscriberGrid

Namespace
InSite.Custom.CMDS.Admin.Messages
Assembly
InSite.UI.dll
public class FollowerSubscriberGrid : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
FollowerSubscriberGrid
Implements
Inherited Members

Constructors

FollowerSubscriberGrid()

public FollowerSubscriberGrid()

Fields

Grid

Grid control.

protected Grid Grid

Field Value

Grid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

GetLocalTime(DateTimeOffset?)

protected static string GetLocalTime(DateTimeOffset? date)

Parameters

date DateTimeOffset?

Returns

string

LoadData(Guid, Guid?, string[], Guid, Guid)

public void LoadData(Guid organization, Guid? department, string[] employmentTypes, Guid messageIdentifier, Guid followerIdentifier)

Parameters

organization Guid
department Guid?
employmentTypes string[]
messageIdentifier Guid
followerIdentifier Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs