C# 클래스 TheAirline.Models.General.NewsBox
파일 보기
프로젝트 열기: TheAirlineProject/tap-desktop
1 사용 예제들
공개 메소드들
비공개 메소드들
메소드 상세
public AddNews ( News news ) : void |
news |
News |
|
리턴 |
void |
|
public Clear ( ) : void |
리턴 |
void |
|
public GetNews ( System.DateTime fromDate, System.DateTime toDate ) : List |
fromDate |
System.DateTime |
|
toDate |
System.DateTime |
|
리턴 |
List |
|
public GetNews ( News type ) : List |
type |
News |
|
리턴 |
List |
|
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
info |
System.Runtime.Serialization.SerializationInfo |
|
context |
System.Runtime.Serialization.StreamingContext |
|
리턴 |
void |
|
public NewsBox ( ) : System |
리턴 |
System |
|
public RemoveNews ( News news ) : void |
news |
News |
|
리턴 |
void |
|