ISocieteConcurrent

Définition...
Opérateurs...
Exemple...
Avertissement...
Traduction...

L'interface ISocieteConcurrent modélise une société concurrente de l'entreprise.

/****************************************************************/
Interface ISocieteConcurrent HeriteDe ISociete Metier Defaut
/* Objet : Definition d'une société. */
/****************************************************************/
/*--------------------------------------------------------------*/
/* Heritage de IObjetMetier. */
/*--------------------------------------------------------------*/
Prive :

Public : /*--------------------------------------------------------------*/
/* Heritage de ISociete. */
/*--------------------------------------------------------------*/
Public : /*--------------------------------------------------------------*/
/* Definitions propres. */
/*--------------------------------------------------------------*/
Public : Constructeur(); Fin Interface

Revenir en haut de la page...

L'interface ISocieteConcurrent possède les opérateurs standards suivants : L'interface ISocieteConcurrent possède un constructeur implicite.

Revenir en haut de la page...

Variable
/******/

Principal
/********/
Variable Debut
...
/* ------------------------------------------------ */
/* Creation de la societe concurrente. */
/* ------------------------------------------------ */
MonConcurrent=MonProgiciel.NouvelObjet(ISocieteConcurrent);
...
Si SC1==SC2 Alors
/* Egalité entre deux concurrents. */ Fin Si
Si SC1!=SC2 Alors
/* Inégalité entre deux concurrents. */ Fin Si
Fin Principal

Revenir en haut de la page...

La propriété SorteDeLaSociete possède obligatoirement la valeur SorteSocieteConcurrent.

Revenir en haut de la page...

IGeselschaftKonkurrentICompanyCompetitorI公司竞争者ICompaniaCompetidor----

Revenir en haut de la page...