Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the device_property_options EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodevice_property_options(device_property_options device_property_options)
 {
     base.AddObject("device_property_options", device_property_options);
 }
Пример #2
0
 /// <summary>
 /// Create a new device_property_options object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="device_property_id">Initial value of the device_property_id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static device_property_options Createdevice_property_options(global::System.Int64 id, global::System.Int64 device_property_id, global::System.String name)
 {
     device_property_options device_property_options = new device_property_options();
     device_property_options.id = id;
     device_property_options.device_property_id = device_property_id;
     device_property_options.name = name;
     return device_property_options;
 }