/// <summary> /// Create a new SCENARISTE object. /// </summary> /// <param name="iDSCENARISTE">Initial value of the IDSCENARISTE property.</param> public static SCENARISTE CreateSCENARISTE(global::System.Decimal iDSCENARISTE) { SCENARISTE sCENARISTE = new SCENARISTE(); sCENARISTE.IDSCENARISTE = iDSCENARISTE; return sCENARISTE; }
/// <summary> /// Deprecated Method for adding a new object to the SCENARISTEs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSCENARISTEs(SCENARISTE sCENARISTE) { base.AddObject("SCENARISTEs", sCENARISTE); }