Table of Contents

Class CommentsSection

Namespace
InSite.Admin.Assessments.Outlines.Controls
Assembly
InSite.UI.dll
public class CommentsSection : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CommentsSection
Implements
Inherited Members

Constructors

CommentsSection()

public CommentsSection()

Fields

AddCommentLink control.

protected AddButton AddCommentLink

Field Value

AddButton

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

DownloadCommentsXlsx

DownloadCommentsXlsx control.

protected DownloadButton DownloadCommentsXlsx

Field Value

DownloadButton

Remarks

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

Repeater

Repeater control.

protected Repeater Repeater

Field Value

Repeater

Remarks

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

SearchInput

SearchInput control.

protected InputSearch SearchInput

Field Value

InputSearch

Remarks

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

Properties

CanWrite

protected bool CanWrite { get; set; }

Property Value

bool

LoadBank

public Func<BankState> LoadBank { get; }

Property Value

Func<BankState>

Methods

GetRedirectUrl(string, params object[])

protected string GetRedirectUrl(string url, params object[] args)

Parameters

url string
args object[]

Returns

string

LoadData(BankState, bool, out bool)

public void LoadData(BankState bank, bool canWrite, out bool isSelected)

Parameters

bank BankState
canWrite bool
isSelected bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs