Table of Contents

Class CommentsSection

Namespace
InSite.Admin.Issues.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

AddComment

AddComment control.

protected AddButton AddComment

Field Value

AddButton

Remarks

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

CommentPanel

CommentPanel control.

protected HtmlGenericControl CommentPanel

Field Value

HtmlGenericControl

Remarks

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

Count

public int Count { get; }

Property Value

int

IssueIdentifier

protected Guid IssueIdentifier { get; set; }

Property Value

Guid

LoadIssue

public Func<VIssue> LoadIssue { get; }

Property Value

Func<VIssue>

Methods

GetCommentBody(object)

protected string GetCommentBody(object item)

Parameters

item object

Returns

string

GetCommentSubject(object)

protected string GetCommentSubject(object item)

Parameters

item object

Returns

string

GetTimestamp(object)

protected string GetTimestamp(object item)

Parameters

item object

Returns

string

LoadData(Guid)

public void LoadData(Guid issue)

Parameters

issue Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs