Abonnement Class

Classe Abonnement : hérite de la classe Commande

Definition

Namespace: MediaTekDocuments.model
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public class Abonnement : Commande
Inheritance
Object    Commande    Abonnement

Constructors

Abonnement Valorise les propriétés

Properties

DateCommande date de la commande
(Inherited from Commande)
DateFinAbonnement date de fin d'abonnement
Id id commande
(Inherited from Commande)
IdRevue id revue
Montant montant de la commnande
(Inherited from Commande)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ParutionDansAbonnement Retourne vrai si la date de parution est entre dateCommande et dateFinAbonnement
ToString
(Inherited from Object)

See Also