Class PortableObjectCommentBase
Represents the base class for the comments
Inheritance
PortableObjectCommentBase
Inherited Members
Namespace: MGR.PortableObject.Comments
Assembly: MGR.PortableObject.dll
Syntax
public abstract class PortableObjectCommentBase
Constructors
| Edit this page View SourcePortableObjectCommentBase(string)
Creates an instance of PortableObjectCommentBase.
Declaration
protected PortableObjectCommentBase(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text of the comment. |
Properties
| Edit this page View SourceText
Gets the text of the comment.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |