Class CommentsSection
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommentPanel
CommentPanel control.
protected HtmlGenericControl CommentPanel
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
Count
public int Count { get; }
Property Value
IssueIdentifier
protected Guid IssueIdentifier { get; set; }
Property Value
LoadIssue
public Func<VIssue> LoadIssue { get; }
Property Value
Methods
GetCommentBody(object)
protected string GetCommentBody(object item)
Parameters
itemobject
Returns
GetCommentSubject(object)
protected string GetCommentSubject(object item)
Parameters
itemobject
Returns
GetTimestamp(object)
protected string GetTimestamp(object item)
Parameters
itemobject
Returns
LoadData(Guid)
public void LoadData(Guid issue)
Parameters
issueGuid
OnInit(EventArgs)
protected override void OnInit(EventArgs e)