C# Class TheAirline.Models.General.HistoricEvents.HistoricEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
AddInfluence ( HistoricEventInfluence influence ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HistoricEvent ( string name, string text, System.DateTime date ) : System

Private Methods

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

Method Details

AddInfluence() public méthode

public AddInfluence ( HistoricEventInfluence influence ) : void
influence HistoricEventInfluence
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

HistoricEvent() public méthode

public HistoricEvent ( string name, string text, System.DateTime date ) : System
name string
text string
date System.DateTime
Résultat System