Пример #1
0
        /// <summary>
        /// Create a new HUNHEVIEW object.
        /// </summary>
        /// <param name="pOKEID">Initial value of the POKEID property.</param>
        public static HUNHEVIEW CreateHUNHEVIEW(global::System.Decimal pOKEID)
        {
            HUNHEVIEW hUNHEVIEW = new HUNHEVIEW();

            hUNHEVIEW.POKEID = pOKEID;
            return(hUNHEVIEW);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HUNHEVIEW EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHUNHEVIEW(HUNHEVIEW hUNHEVIEW)
 {
     base.AddObject("HUNHEVIEW", hUNHEVIEW);
 }