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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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