/// <summary>
        /// Creates the specific IUMasterDetailController of the 'MDIU_PasajeroAeronave' IU pattern.
        /// </summary>
        /// <param name="exchangeInfo">Exchange information received.</param>
        /// <returns>Specific IUMasterDetailController of the 'MDIU_PasajeroAeronave' IU pattern.</returns>
        public static IUMasterDetailController MasterDetail_MDIU_PasajeroAeronave(ExchangeInfo exchangeInfo)
        {
            IUMasterDetailContext lContext = new IUMasterDetailContext("PasajeroAeronave", "MDIU_PasajeroAeronave");
            IUMasterDetailController lController = new IUMasterDetailController("MDIU_PasajeroAeronave", "PasajeroAeronave", "Clas_1348178542592177UIMaDet_1_Alias", lContext, null);

            // Master interaction unit.
            lController.Master = Instance_IIU_PasajeroAeronave(exchangeInfo);

            // Detail interaction units.
            ExchangeInfoNavigation infoDetail0 = new ExchangeInfoNavigation("Pasajero", "", "PasajeroAeronave","", null, null, "");
            lController.AddDetail(Pasajero.Population_PIU_Pasajero(infoDetail0), "Pasajero", "Clas_1348178542592177UIMaDet_1Det_2_Alias");

            return lController;
        }
 /// <summary>
 /// Initializes a new instance of 'ExchangeInfoNavigation' without the selected Oids.
 /// </summary>
 /// <param name="toBeCopied">To be copied.</param>
 public ExchangeInfoNavigation(ExchangeInfoNavigation toBeCopied)
     : this(toBeCopied.ClassName, toBeCopied.IUName, toBeCopied.RolePath, toBeCopied.NavigationalFilterIdentity, null, toBeCopied.Previous, toBeCopied.Text2Title, toBeCopied.DefaultOrderCriteria)
 {
 }
 /// <summary>
 /// Initializes a new instance of 'ExchangeInfoNavigation' without the selected Oids.
 /// </summary>
 /// <param name="toBeCopied">To be copied.</param>
 public ExchangeInfoNavigation(ExchangeInfoNavigation toBeCopied)
     : this(toBeCopied.ClassName, toBeCopied.IUName, toBeCopied.RolePath, toBeCopied.NavigationalFilterIdentity, null, toBeCopied.Previous, toBeCopied.Text2Title, toBeCopied.DefaultOrderCriteria)
 {
 }