コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the customactioninfoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocustomactioninfoes(customactioninfo customactioninfo)
 {
     base.AddObject("customactioninfoes", customactioninfo);
 }
コード例 #2
0
 /// <summary>
 /// Create a new customactioninfo object.
 /// </summary>
 /// <param name="action_ID">Initial value of the Action_ID property.</param>
 /// <param name="program_location">Initial value of the Program_location property.</param>
 public static customactioninfo Createcustomactioninfo(global::System.Int64 action_ID, global::System.String program_location)
 {
     customactioninfo customactioninfo = new customactioninfo();
     customactioninfo.Action_ID = action_ID;
     customactioninfo.Program_location = program_location;
     return customactioninfo;
 }