Property | Type | Description | |
---|---|---|---|
Items | List |
Method | Description | |
---|---|---|
GetItems ( ) : List |
||
InsertItem ( string title, int priority ) : void | ||
UpdateItem ( string title, string description, int priority, int id ) : void |
public InsertItem ( string title, int priority ) : void | ||
title | string | |
priority | int | |
return | void |
public UpdateItem ( string title, string description, int priority, int id ) : void | ||
title | string | |
description | string | |
priority | int | |
id | int | |
return | void |