コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the acaRepresentatives EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToacaRepresentatives(acaRepresentatives acaRepresentatives)
 {
     base.AddObject("acaRepresentatives", acaRepresentatives);
 }
コード例 #2
0
 /// <summary>
 /// Create a new acaRepresentatives object.
 /// </summary>
 /// <param name="representativeId">Initial value of the RepresentativeId property.</param>
 public static acaRepresentatives CreateacaRepresentatives(global::System.Int32 representativeId)
 {
     acaRepresentatives acaRepresentatives = new acaRepresentatives();
     acaRepresentatives.RepresentativeId = representativeId;
     return acaRepresentatives;
 }