C# Class TheAirline.Models.General.News

Inheritance: BaseModel
Mostrar archivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
News System

Public Methods

Method Description
ExecuteNews ( ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
News ( NewsType type, System.DateTime date, string subject, string body, bool isactionnews = false ) : System

Private Methods

Method Description
News ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

ExecuteNews() public method

public ExecuteNews ( ) : void
return void

GetObjectData() public method

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

News() public method

public News ( NewsType type, System.DateTime date, string subject, string body, bool isactionnews = false ) : System
type NewsType
date System.DateTime
subject string
body string
isactionnews bool
return System