C# 클래스 Smartsheet.Api.Models.Discussion.CreateDiscussionBuilder

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

공개 메소드들

메소드 설명
Build ( ) : Discussion

Builds the.

CreateDiscussionBuilder ( string title, Comment comment ) : System

Sets the required properties for creating a Discussion.

GetComment ( ) : Comment

Gets the Comments.

GetTitle ( ) : string

Gets the Title.

SetComment ( Comment comment ) : CreateDiscussionBuilder

Sets the Comments for the discussion.

SetTitle ( string title ) : CreateDiscussionBuilder

Sets the Title for the discussion.

메소드 상세

Build() 공개 메소드

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

CreateDiscussionBuilder() 공개 메소드

Sets the required properties for creating a Discussion.
public CreateDiscussionBuilder ( string title, Comment comment ) : System
title string the Discussion title
comment Comment the Comment of the Discussion
리턴 System

GetComment() 공개 메소드

Gets the Comments.
public GetComment ( ) : Comment
리턴 Comment

GetTitle() 공개 메소드

Gets the Title.
public GetTitle ( ) : string
리턴 string

SetComment() 공개 메소드

Sets the Comments for the discussion.
public SetComment ( Comment comment ) : CreateDiscussionBuilder
comment Comment the Comments
리턴 CreateDiscussionBuilder

SetTitle() 공개 메소드

Sets the Title for the discussion.
public SetTitle ( string title ) : CreateDiscussionBuilder
title string the Title
리턴 CreateDiscussionBuilder