/// <summary>
 /// Create a new MobileDevices object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static MobileDevices CreateMobileDevices(global::System.Guid id)
 {
     MobileDevices mobileDevices = new MobileDevices();
     mobileDevices.Id = id;
     return mobileDevices;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the MobileDevices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMobileDevices(MobileDevices mobileDevices)
 {
     base.AddObject("MobileDevices", mobileDevices);
 }
Пример #3
0
 internal MobileDevice(DataModel.MobileDevices entity)
     : base(entity)
 {
     Debug.Assert(0 < entity.CreationTime); // NOTE: must be inited
 }