C# Class Smartsheet.Api.Models.Comment.AddCommentBuilder

A convenience class To generate a Comment with the appropriate fields for adding it To a sheet.
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
AddCommentBuilder ( string text ) : System
Build ( ) : Comment

Builds the Comment.

SetText ( string text ) : AddCommentBuilder

The Text for the Comment.

Method Details

AddCommentBuilder() public method

public AddCommentBuilder ( string text ) : System
text string
return System

Build() public method

Builds the Comment.
public Build ( ) : Comment
return Comment

SetText() public method

The Text for the Comment.
public SetText ( string text ) : AddCommentBuilder
text string the Text
return AddCommentBuilder