/// <summary> /// Deprecated Method for adding a new object to the ADRESSEs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToADRESSEs(ADRESSE aDRESSE) { base.AddObject("ADRESSEs", aDRESSE); }
/// <summary> /// Create a new ADRESSE object. /// </summary> /// <param name="iDADRESSE">Initial value of the IDADRESSE property.</param> /// <param name="nUMCIVIQUE">Initial value of the NUMCIVIQUE property.</param> /// <param name="rUE">Initial value of the RUE property.</param> /// <param name="vILLE">Initial value of the VILLE property.</param> /// <param name="pROVINCE">Initial value of the PROVINCE property.</param> /// <param name="cODEPOSTAL">Initial value of the CODEPOSTAL property.</param> public static ADRESSE CreateADRESSE(global::System.Decimal iDADRESSE, global::System.Decimal nUMCIVIQUE, global::System.String rUE, global::System.String vILLE, global::System.String pROVINCE, global::System.String cODEPOSTAL) { ADRESSE aDRESSE = new ADRESSE(); aDRESSE.IDADRESSE = iDADRESSE; aDRESSE.NUMCIVIQUE = nUMCIVIQUE; aDRESSE.RUE = rUE; aDRESSE.VILLE = vILLE; aDRESSE.PROVINCE = pROVINCE; aDRESSE.CODEPOSTAL = cODEPOSTAL; return aDRESSE; }