Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the IssueSourceLvl2s EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIssueSourceLvl2s(IssueSourceLvl2 issueSourceLvl2)
 {
     base.AddObject("IssueSourceLvl2s", issueSourceLvl2);
 }
Пример #2
0
 /// <summary>
 /// Create a new IssueSourceLvl2 object.
 /// </summary>
 /// <param name="parentCode">Initial value of the parentCode property.</param>
 /// <param name="code">Initial value of the code property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="sortIndex">Initial value of the sortIndex property.</param>
 /// <param name="active_p">Initial value of the active_p property.</param>
 public static IssueSourceLvl2 CreateIssueSourceLvl2(global::System.String parentCode, global::System.String code, global::System.String description, global::System.Int16 sortIndex, global::System.String active_p)
 {
     IssueSourceLvl2 issueSourceLvl2 = new IssueSourceLvl2();
     issueSourceLvl2.parentCode = parentCode;
     issueSourceLvl2.code = code;
     issueSourceLvl2.description = description;
     issueSourceLvl2.sortIndex = sortIndex;
     issueSourceLvl2.active_p = active_p;
     return issueSourceLvl2;
 }