Пример #1
0
 /// <summary>
 /// Create a new IssueDetails object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="dateofIssue">Initial value of the DateofIssue property.</param>
 public static IssueDetails CreateIssueDetails(global::System.Int32 id, global::System.DateTime dateofIssue)
 {
     IssueDetails issueDetails = new IssueDetails();
     issueDetails.Id = id;
     issueDetails.DateofIssue = dateofIssue;
     return issueDetails;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the IssueDetailsSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIssueDetailsSet(IssueDetails issueDetails)
 {
     base.AddObject("IssueDetailsSet", issueDetails);
 }