コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the property_type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproperty_type(property_type property_type)
 {
     base.AddObject("property_type", property_type);
 }
コード例 #2
0
 /// <summary>
 /// Create a new property_type object.
 /// </summary>
 /// <param name="property_type_id">Initial value of the property_type_id property.</param>
 public static property_type Createproperty_type(global::System.Decimal property_type_id)
 {
     property_type property_type = new property_type();
     property_type.property_type_id = property_type_id;
     return property_type;
 }