C# Класс TodoistNet.Core.Commands.TodoistCommand

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
TodoistCommand ( string type, TodoistCommandArgument args ) : System
TodoistCommand ( string type, TodoistCommandArgument args, System.Guid tempId ) : System

Описание методов

TodoistCommand() публичный Метод

public TodoistCommand ( string type, TodoistCommandArgument args ) : System
type string
args TodoistCommandArgument
Результат System

TodoistCommand() публичный Метод

public TodoistCommand ( string type, TodoistCommandArgument args, System.Guid tempId ) : System
type string
args TodoistCommandArgument
tempId System.Guid
Результат System