Property | Type | Description | |
---|---|---|---|
ItemChanged | void | ||
Remove | void |
Method | Description | |
---|---|---|
ChecklistItemViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro | ||
InitializeWith ( string cardId, string listId, Card item ) : |
This is used to initialize a check list item that is already attached to a pre-existing card.
|
|
InitializeWith ( string cardId, string listId, |
This is used to initialize a check list item that has been created and returned from the API
|
Method | Description | |
---|---|---|
ItemChanged ( ) : void | ||
Remove ( ) : void |
public ChecklistItemViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro | ||
eventAggregator | IEventAggregator | |
return | Caliburn.Micro |
public InitializeWith ( string cardId, string listId, Card item ) : |
||
cardId | string | |
listId | string | |
item | Card | |
return |
public InitializeWith ( string cardId, string listId, |
||
cardId | string | |
listId | string | |
item | ||
return |