C# Class TodoistNet.Core.Commands.TodoistCommand

Show file Open project: jernejk/TodoistNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TodoistCommand ( string type, TodoistCommandArgument args ) : System
TodoistCommand ( string type, TodoistCommandArgument args, System.Guid tempId ) : System

Method Details

TodoistCommand() public method

public TodoistCommand ( string type, TodoistCommandArgument args ) : System
type string
args TodoistCommandArgument
return System

TodoistCommand() public method

public TodoistCommand ( string type, TodoistCommandArgument args, System.Guid tempId ) : System
type string
args TodoistCommandArgument
tempId System.Guid
return System