Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tsecipcontrol EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsecipcontrol(tsecipcontrol tsecipcontrol)
 {
     base.AddObject("tsecipcontrol", tsecipcontrol);
 }