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