Table of Contents

Class CommentRepeater

Namespace
InSite.UI.Portal.Learning.Controls
Assembly
InSite.UI.dll
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

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.

Properties

Count

public int Count { get; }

Property Value

int

CourseIdentifier

protected Guid CourseIdentifier { get; set; }

Property Value

Guid

Methods

GetCommentHtml(object)

protected string GetCommentHtml(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 course)

Parameters

course Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs