Class CommentRepeater
public class CommentRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
CommentRepeater
- Implements
- Inherited Members
Constructors
CommentRepeater()
public CommentRepeater()
Fields
AddCommentButton
AddCommentButton control.
protected AddButton AddCommentButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DownloadXlsxButton
DownloadXlsxButton control.
protected DownloadButton DownloadXlsxButton
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.
Properties
Count
public int Count { get; }
Property Value
UserIdentifier
protected Guid UserIdentifier { get; set; }
Property Value
Methods
GetAuthorName(object)
protected string GetAuthorName(object item)
Parameters
itemobject
Returns
GetCommentHtml(object)
protected string GetCommentHtml(object item)
Parameters
itemobject
Returns
GetRedirectUrl(string, params object[])
protected string GetRedirectUrl(string url, params object[] args)
Parameters
Returns
GetTimestamp(object)
protected string GetTimestamp(object item)
Parameters
itemobject
Returns
LoadData(Guid, Guid)
public bool LoadData(Guid user, Guid organization)
Parameters
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)