Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PersonConferences_Detail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPersonConferences_Detail(PersonConferences_Detail personConferences_Detail)
 {
     base.AddObject("PersonConferences_Detail", personConferences_Detail);
 }
Example #2
0
 /// <summary>
 /// Create a new PersonConferences_Detail object.
 /// </summary>
 /// <param name="personConferenceId">Initial value of the PersonConferenceId property.</param>
 /// <param name="rankId">Initial value of the RankId property.</param>
 /// <param name="companyId">Initial value of the CompanyId property.</param>
 /// <param name="isBadge">Initial value of the IsBadge property.</param>
 /// <param name="isArrive">Initial value of the IsArrive property.</param>
 /// <param name="isAbstract">Initial value of the IsAbstract property.</param>
 /// <param name="isNeedBadge">Initial value of the IsNeedBadge property.</param>
 /// <param name="isAutoreg">Initial value of the IsAutoreg property.</param>
 /// <param name="sourceId">Initial value of the SourceId property.</param>
 public static PersonConferences_Detail CreatePersonConferences_Detail(global::System.Guid personConferenceId, global::System.Guid rankId, global::System.Guid companyId, global::System.Boolean isBadge, global::System.Boolean isArrive, global::System.Boolean isAbstract, global::System.Boolean isNeedBadge, global::System.Boolean isAutoreg, global::System.Int32 sourceId)
 {
     PersonConferences_Detail personConferences_Detail = new PersonConferences_Detail();
     personConferences_Detail.PersonConferenceId = personConferenceId;
     personConferences_Detail.RankId = rankId;
     personConferences_Detail.CompanyId = companyId;
     personConferences_Detail.IsBadge = isBadge;
     personConferences_Detail.IsArrive = isArrive;
     personConferences_Detail.IsAbstract = isAbstract;
     personConferences_Detail.IsNeedBadge = isNeedBadge;
     personConferences_Detail.IsAutoreg = isAutoreg;
     personConferences_Detail.SourceId = sourceId;
     return personConferences_Detail;
 }