Exemplo n.º 1
0
        /// <summary>
        /// Create a new Beoordeling object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="reviewNaam">Initial value of the ReviewNaam property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        public static Beoordeling CreateBeoordeling(global::System.Int32 id, global::System.String reviewNaam, global::System.Byte[] rowVersion)
        {
            Beoordeling beoordeling = new Beoordeling();

            beoordeling.Id         = id;
            beoordeling.ReviewNaam = reviewNaam;
            beoordeling.RowVersion = rowVersion;
            return(beoordeling);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Beoordelings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBeoordelings(Beoordeling beoordeling)
 {
     base.AddObject("Beoordelings", beoordeling);
 }