/// <summary> /// Create a new UDLAAN object. /// </summary> /// <param name="k_NUMMER">Initial value of the K_NUMMER property.</param> public static UDLAAN CreateUDLAAN(global::System.Int32 k_NUMMER) { UDLAAN uDLAAN = new UDLAAN(); uDLAAN.K_NUMMER = k_NUMMER; return(uDLAAN); }
/// <summary> /// Create a new UDLAAN object. /// </summary> /// <param name="k_NUMMER">Initial value of the K_NUMMER property.</param> public static UDLAAN CreateUDLAAN(global::System.Int32 k_NUMMER) { UDLAAN uDLAAN = new UDLAAN(); uDLAAN.K_NUMMER = k_NUMMER; return uDLAAN; }
/// <summary> /// Deprecated Method for adding a new object to the UDLAAN EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUDLAAN(UDLAAN uDLAAN) { base.AddObject("UDLAAN", uDLAAN); }