Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Iacmacs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIacmacs(Iacmac iacmac)
 {
     base.AddObject("Iacmacs", iacmac);
 }
Example #2
0
 /// <summary>
 /// Create a new Iacmac object.
 /// </summary>
 /// <param name="personId">Initial value of the PersonId property.</param>
 /// <param name="number">Initial value of the Number property.</param>
 /// <param name="isMember">Initial value of the IsMember property.</param>
 /// <param name="isCardCreate">Initial value of the IsCardCreate property.</param>
 /// <param name="isCardSent">Initial value of the IsCardSent property.</param>
 /// <param name="isForm">Initial value of the IsForm property.</param>
 public static Iacmac CreateIacmac(global::System.Guid personId, global::System.Int32 number, global::System.Boolean isMember, global::System.Boolean isCardCreate, global::System.Boolean isCardSent, global::System.Boolean isForm)
 {
     Iacmac iacmac = new Iacmac();
     iacmac.PersonId = personId;
     iacmac.Number = number;
     iacmac.IsMember = isMember;
     iacmac.IsCardCreate = isCardCreate;
     iacmac.IsCardSent = isCardSent;
     iacmac.IsForm = isForm;
     return iacmac;
 }