Пример #1
0
        //-------------------------------------------------------------------
        /// <summary>
        /// Utilisé par TIAG pour affecter le type d'entité parente par ses clés
        /// </summary>
        /// <param name="lstCles"></param>
        public void TiagSetParentTypeKeys(object[] lstCles)
        {
            CTypeEntiteOrganisationnelle typeEntite = new CTypeEntiteOrganisationnelle(ContexteDonnee);

            if (typeEntite.ReadIfExists(lstCles))
            {
                TypeParent = typeEntite;
            }
        }
Пример #2
0
 //-------------------------------------------------------------------
 public CDefinisseurChampsCustomTypeEoPourType(CTypeEntiteOrganisationnelle typeEntite, Type tp)
 {
     m_typeEntite = typeEntite;
     m_type       = tp;
 }
Пример #3
0
 //------------------------------------------
 public COptionCorrespondanceEO(CTypeEntiteOrganisationnelle typeEO, EModeComparaisonEO mode)
 {
     TypeEO            = typeEO;
     m_modeComparaison = mode;
 }