Beispiel #1
0
        /// <summary>
        /// Create a new ISP_NETELEM object.
        /// </summary>
        /// <param name="iSP_TYPE">Initial value of the ISP_TYPE property.</param>
        /// <param name="iSP_ID">Initial value of the ISP_ID property.</param>
        /// <param name="mIN_MATERIAL">Initial value of the MIN_MATERIAL property.</param>
        /// <param name="sCHEME_NAME">Initial value of the SCHEME_NAME property.</param>
        public static ISP_NETELEM CreateISP_NETELEM(global::System.String iSP_TYPE, global::System.String iSP_ID, global::System.String mIN_MATERIAL, global::System.String sCHEME_NAME)
        {
            ISP_NETELEM iSP_NETELEM = new ISP_NETELEM();

            iSP_NETELEM.ISP_TYPE     = iSP_TYPE;
            iSP_NETELEM.ISP_ID       = iSP_ID;
            iSP_NETELEM.MIN_MATERIAL = mIN_MATERIAL;
            iSP_NETELEM.SCHEME_NAME  = sCHEME_NAME;
            return(iSP_NETELEM);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ISP_NETELEM EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToISP_NETELEM(ISP_NETELEM iSP_NETELEM)
 {
     base.AddObject("ISP_NETELEM", iSP_NETELEM);
 }