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
AddCommentLink control.
protected AddButton AddCommentLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DownloadCommentsXlsx
DownloadCommentsXlsx control.
protected DownloadButton DownloadCommentsXlsx
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Repeater
Repeater control.
protected Repeater Repeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchInput
SearchInput control.
protected InputSearch SearchInput
Field Value
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
LoadBank
public Func<BankState> LoadBank { get; }
Property Value
Methods
GetRedirectUrl(string, params object[])
protected string GetRedirectUrl(string url, params object[] args)
Parameters
Returns
LoadData(BankState, bool, out bool)
public void LoadData(BankState bank, bool canWrite, out bool isSelected)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)