Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PartnerTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPartnerTypes(PartnerTypes partnerTypes)
 {
     base.AddObject("PartnerTypes", partnerTypes);
 }
Пример #2
0
 /// <summary>
 /// Create a new PartnerTypes object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static PartnerTypes CreatePartnerTypes(global::System.Int32 id, global::System.String title, global::System.Byte[] rowVersion)
 {
     PartnerTypes partnerTypes = new PartnerTypes();
     partnerTypes.Id = id;
     partnerTypes.Title = title;
     partnerTypes.RowVersion = rowVersion;
     return partnerTypes;
 }