C# 클래스 Smartsheet.Api.Models.Comment.AddCommentBuilder

A convenience class To generate a Comment with the appropriate fields for adding it To a sheet.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
AddCommentBuilder ( string text ) : System
Build ( ) : Comment

Builds the Comment.

SetText ( string text ) : AddCommentBuilder

The Text for the Comment.

메소드 상세

AddCommentBuilder() 공개 메소드

public AddCommentBuilder ( string text ) : System
text string
리턴 System

Build() 공개 메소드

Builds the Comment.
public Build ( ) : Comment
리턴 Comment

SetText() 공개 메소드

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