Example #1
0
        /// <summary>
        /// Create a new Infoes object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="pID">Initial value of the PID property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        public static Infoes CreateInfoes(global::System.Int32 id, global::System.String pID, global::System.Byte[] rowVersion)
        {
            Infoes infoes = new Infoes();

            infoes.Id         = id;
            infoes.PID        = pID;
            infoes.RowVersion = rowVersion;
            return(infoes);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InfoesSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInfoesSet(Infoes infoes)
 {
     base.AddObject("InfoesSet", infoes);
 }