예제 #1
0
        /// <summary>
        /// Create a new fx_doc object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="name">Initial value of the name property.</param>
        /// <param name="date">Initial value of the date property.</param>
        public static fx_doc Createfx_doc(global::System.Int32 id, global::System.String name, global::System.DateTime date)
        {
            fx_doc fx_doc = new fx_doc();

            fx_doc.id   = id;
            fx_doc.name = name;
            fx_doc.date = date;
            return(fx_doc);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the fx_docs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofx_docs(fx_doc fx_doc)
 {
     base.AddObject("fx_docs", fx_doc);
 }