C# 클래스 TheAirline.Models.General.NewsBox

상속: BaseModel, INotifyPropertyChanged
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

공개 메소드들

메소드 설명
AddNews ( News news ) : void
Clear ( ) : void
GetNews ( ) : List
GetNews ( System.DateTime fromDate, System.DateTime toDate ) : List
GetNews ( News type ) : List
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetUnreadNews ( ) : List
NewsBox ( ) : System
RemoveNews ( News news ) : void

비공개 메소드들

메소드 설명
NewsBox ( SerializationInfo info, StreamingContext ctxt ) : System
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

AddNews() 공개 메소드

public AddNews ( News news ) : void
news News
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetNews() 공개 메소드

public GetNews ( ) : List
리턴 List

GetNews() 공개 메소드

public GetNews ( System.DateTime fromDate, System.DateTime toDate ) : List
fromDate System.DateTime
toDate System.DateTime
리턴 List

GetNews() 공개 메소드

public GetNews ( News type ) : List
type News
리턴 List

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetUnreadNews() 공개 메소드

public GetUnreadNews ( ) : List
리턴 List

NewsBox() 공개 메소드

public NewsBox ( ) : System
리턴 System

RemoveNews() 공개 메소드

public RemoveNews ( News news ) : void
news News
리턴 void