Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the pageassets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopageassets(pageasset pageasset)
 {
     base.AddObject("pageassets", pageasset);
 }
Пример #2
0
 /// <summary>
 /// Create a new pageasset object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="page_code">Initial value of the page_code property.</param>
 /// <param name="page_type">Initial value of the page_type property.</param>
 /// <param name="seq">Initial value of the seq property.</param>
 /// <param name="insert_point">Initial value of the insert_point property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 /// <param name="access_criteria">Initial value of the access_criteria property.</param>
 public static pageasset Createpageasset(global::System.Int32 id, global::System.String page_code, global::System.String page_type, global::System.Int32 seq, global::System.String insert_point, global::System.DateTime stamp, global::System.String access_criteria)
 {
     pageasset pageasset = new pageasset();
     pageasset.id = id;
     pageasset.page_code = page_code;
     pageasset.page_type = page_type;
     pageasset.seq = seq;
     pageasset.insert_point = insert_point;
     pageasset.stamp = stamp;
     pageasset.access_criteria = access_criteria;
     return pageasset;
 }