C# Class TheAirline.Models.General.News

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
News System

Méthodes publiques

Méthode 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

Méthode Description
News ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

ExecuteNews() public méthode

public ExecuteNews ( ) : void
Résultat void

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

News() public méthode

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
Résultat System