C# 클래스 trello.ViewModels.Checklists.ChecklistItemViewModel

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: Bunk/trellow

Private Properties

프로퍼티 타입 설명
ItemChanged void
Remove void

공개 메소드들

메소드 설명
ChecklistItemViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro
InitializeWith ( string cardId, string listId, Card item ) : ChecklistItemViewModel

This is used to initialize a check list item that is already attached to a pre-existing card.

InitializeWith ( string cardId, string listId, CheckItem item ) : ChecklistItemViewModel

This is used to initialize a check list item that has been created and returned from the API

비공개 메소드들

메소드 설명
ItemChanged ( ) : void
Remove ( ) : void

메소드 상세

ChecklistItemViewModel() 공개 메소드

public ChecklistItemViewModel ( IEventAggregator eventAggregator ) : Caliburn.Micro
eventAggregator IEventAggregator
리턴 Caliburn.Micro

InitializeWith() 공개 메소드

This is used to initialize a check list item that is already attached to a pre-existing card.
public InitializeWith ( string cardId, string listId, Card item ) : ChecklistItemViewModel
cardId string
listId string
item Card
리턴 ChecklistItemViewModel

InitializeWith() 공개 메소드

This is used to initialize a check list item that has been created and returned from the API
public InitializeWith ( string cardId, string listId, CheckItem item ) : ChecklistItemViewModel
cardId string
listId string
item trellow.api.Checklists.CheckItem
리턴 ChecklistItemViewModel