Genre Class

Classe métier Genre : hérite de Categorie

Definition

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

Constructors

Genre Valorise les propriétés

Properties

Id id de la catégorie
(Inherited from Categorie)
Libelle libelle de la categorie
(Inherited from Categorie)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Récupération du libellé pour l'affichage dans les combos
(Inherited from Categorie)

See Also