C# 클래스 MonoStockPortfolio.Core.Config.AndroidSqliteConfigRepository

상속: AndroidSqliteBase, IConfigRepository
파일 보기 프로젝트 열기: mgroves/MonodroidStockPortfolio

공개 메소드들

메소드 설명
AndroidSqliteConfigRepository ( Android.Content.Context context ) : System.Collections.Generic
GetStockItems ( ) : IEnumerable
UpdateStockItems ( List stockDataItems ) : void

비공개 메소드들

메소드 설명
DefaultItems ( ) : IEnumerable

메소드 상세

AndroidSqliteConfigRepository() 공개 메소드

public AndroidSqliteConfigRepository ( Android.Content.Context context ) : System.Collections.Generic
context Android.Content.Context
리턴 System.Collections.Generic

GetStockItems() 공개 메소드

public GetStockItems ( ) : IEnumerable
리턴 IEnumerable

UpdateStockItems() 공개 메소드

public UpdateStockItems ( List stockDataItems ) : void
stockDataItems List
리턴 void