Table of Contents

Class Comment

Namespace
Shift.Toolbox.Progress
Assembly
Shift.Toolbox.dll
public class Comment
Inheritance
Comment
Inherited Members
Extension Methods

Constructors

Comment()

public Comment()

Properties

AuthorName

public string AuthorName { get; set; }

Property Value

string

PostedOn

public string PostedOn { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string