Beispiel #1
0
        /// <summary>
        /// Create a new JOBVIEW object.
        /// </summary>
        /// <param name="eMP">Initial value of EMP.</param>
        public static JOBVIEW CreateJOBVIEW(string eMP)
        {
            JOBVIEW jOBVIEW = new JOBVIEW();

            jOBVIEW.EMP = eMP;
            return(jOBVIEW);
        }
Beispiel #2
0
 /// <summary>
 /// There are no comments for JOBVIEW in the schema.
 /// </summary>
 public void AddToJOBVIEW(JOBVIEW jOBVIEW)
 {
     base.AddObject("JOBVIEW", jOBVIEW);
 }