C# 클래스 MsFest.ReactiveUI.Wpf.ViewModels.PersonRepository

상속: IPersonRepository
파일 보기 프로젝트 열기: jiravanet/Prezentace-ReactiveUI

공개 메소드들

메소드 설명
AddPerson ( Person person ) : void
PersonRepository ( ) : System.Collections.Generic
RetrievePersonsAsync ( ) : Task>

비공개 메소드들

메소드 설명
FillPersons ( ) : void

메소드 상세

AddPerson() 공개 메소드

public AddPerson ( Person person ) : void
person Person
리턴 void

PersonRepository() 공개 메소드

public PersonRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RetrievePersonsAsync() 공개 메소드

public RetrievePersonsAsync ( ) : Task>
리턴 Task>