Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) IModeration.RemoveDeckの例
プログラミング言語:
C# (CSharp)
クラス/型:
IModeration
メソッド/関数:
RemoveDeck
hotexamples.comのコード掲載数:
1
C# (CSharp) IModeration.RemoveDeck - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
IModeration.RemoveDeck
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
CreateAnswer(1)
RemoveCard(1)
GetCategory(1)
GetCourse(1)
GetDeck(1)
GetReport(1)
GetReportCountForReason(1)
RemoveAnswer(1)
RemoveCategory(1)
GetAnswer(1)
RemoveCourse(1)
RemoveDeck(1)
UpdateAnswer(1)
UpdateCard(1)
UpdateCategory(1)
UpdateCourse(1)
GetCardById(1)
GetAllUsersByDeck(1)
CreateCard(1)
FindCategoryByName(1)
CreateCategory(1)
CreateCourse(1)
CreateDeck(1)
FindCardById(1)
FindCardTypeByName(1)
FindCategoryByLinking(1)
FindCourseByLinking(1)
GetAllUsersByCourse(1)
FindCourseByName(1)
FindDeckByLinking(1)
FindDeckByName(1)
GetAllAlgorithms(1)
GetAllCardTypes(1)
GetAllReportsOnDate(1)
GetAllReportsOnReason(1)
UpdateDeck(1)
よく使われるメソッド
CreateAnswer (1)
RemoveCard (1)
GetCategory (1)
GetCourse (1)
GetDeck (1)
GetReport (1)
GetReportCountForReason (1)
RemoveAnswer (1)
RemoveCategory (1)
GetAnswer (1)
よく使われるメソッド
RemoveCourse (1)
RemoveDeck (1)
UpdateAnswer (1)
UpdateCard (1)
UpdateCategory (1)
UpdateCourse (1)
GetCardById (1)
GetAllUsersByDeck (1)
CreateCard (1)
FindCategoryByName (1)
CreateCategory (1)
CreateCourse (1)
CreateDeck (1)
FindCardById (1)
FindCardTypeByName (1)
FindCategoryByLinking (1)
FindCourseByLinking (1)
GetAllUsersByCourse (1)
FindCourseByName (1)
FindDeckByLinking (1)
よく使われるメソッド
CreateCategory (1)
CreateCourse (1)
CreateDeck (1)
FindCardById (1)
FindCardTypeByName (1)
FindCategoryByLinking (1)
FindCourseByLinking (1)
GetAllUsersByCourse (1)
FindCourseByName (1)
FindDeckByLinking (1)
FindDeckByName (1)
GetAllAlgorithms (1)
GetAllCardTypes (1)
GetAllReportsOnDate (1)
GetAllReportsOnReason (1)
UpdateDeck (1)
よく使われるメソッド
FindDeckByName (1)
GetAllAlgorithms (1)
GetAllCardTypes (1)
GetAllReportsOnDate (1)
GetAllReportsOnReason (1)
UpdateDeck (1)
コード例 #1
0
ファイルを表示
public void RemoveDeck(int deckId) { moderation.RemoveDeck(deckId); }
x