Public Class

Classe métier Public (public concerné par le document) 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 Public : Categorie
Inheritance
Object    Categorie    Public

Constructors

Public 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