Rayon Class

Classe métier Rayon (rayon de classement du 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 Rayon : Categorie
Inheritance
Object    Categorie    Rayon

Constructors

Rayon 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