Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MAOrganizations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMAOrganizations(MAOrganization mAOrganization)
 {
     base.AddObject("MAOrganizations", mAOrganization);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new MAOrganization object.
 /// </summary>
 /// <param name="dID">Initial value of the DID property.</param>
 /// <param name="oID">Initial value of the OID property.</param>
 public static MAOrganization CreateMAOrganization(global::System.Int32 dID, global::System.Int32 oID)
 {
     MAOrganization mAOrganization = new MAOrganization();
     mAOrganization.DID = dID;
     mAOrganization.OID = oID;
     return mAOrganization;
 }