/// <summary> /// Create a new tsecipcontrol object. /// </summary> /// <param name="ipaddress">Initial value of the ipaddress property.</param> /// <param name="effectdate">Initial value of the effectdate property.</param> public static tsecipcontrol Createtsecipcontrol(global::System.String ipaddress, global::System.DateTime effectdate) { tsecipcontrol tsecipcontrol = new tsecipcontrol(); tsecipcontrol.ipaddress = ipaddress; tsecipcontrol.effectdate = effectdate; return tsecipcontrol; }
/// <summary> /// Deprecated Method for adding a new object to the tsecipcontrol EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotsecipcontrol(tsecipcontrol tsecipcontrol) { base.AddObject("tsecipcontrol", tsecipcontrol); }