C# 클래스 TodoistNet.Core.Commands.NoteCommandArgument

상속: TodoistCommandArgument
파일 보기 프로젝트 열기: jernejk/TodoistNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddNote ( System.Guid tempItemId, string content ) : NoteCommandArgument
AddNote ( int itemId, string content ) : NoteCommandArgument
AddProjectNote ( System.Guid tempProjectId, string content ) : NoteCommandArgument
AddProjectNote ( int projectId, string content ) : NoteCommandArgument
DeleteNote ( int id ) : NoteCommandArgument
UpdateNote ( int id, string content ) : NoteCommandArgument

메소드 상세

AddNote() 공개 정적인 메소드

public static AddNote ( System.Guid tempItemId, string content ) : NoteCommandArgument
tempItemId System.Guid
content string
리턴 NoteCommandArgument

AddNote() 공개 정적인 메소드

public static AddNote ( int itemId, string content ) : NoteCommandArgument
itemId int
content string
리턴 NoteCommandArgument

AddProjectNote() 공개 정적인 메소드

public static AddProjectNote ( System.Guid tempProjectId, string content ) : NoteCommandArgument
tempProjectId System.Guid
content string
리턴 NoteCommandArgument

AddProjectNote() 공개 정적인 메소드

public static AddProjectNote ( int projectId, string content ) : NoteCommandArgument
projectId int
content string
리턴 NoteCommandArgument

DeleteNote() 공개 정적인 메소드

public static DeleteNote ( int id ) : NoteCommandArgument
id int
리턴 NoteCommandArgument

UpdateNote() 공개 정적인 메소드

public static UpdateNote ( int id, string content ) : NoteCommandArgument
id int
content string
리턴 NoteCommandArgument