Example #1
0
 /// <summary>
 /// Create a new tblMemberStatu object.
 /// </summary>
 /// <param name="idMemberStatus">Initial value of the idMemberStatus property.</param>
 /// <param name="idMember">Initial value of the idMember property.</param>
 /// <param name="idStatusType">Initial value of the idStatusType property.</param>
 /// <param name="idStatusValue">Initial value of the idStatusValue property.</param>
 /// <param name="dateStatusStart">Initial value of the dateStatusStart property.</param>
 /// <param name="dateCreated">Initial value of the dateCreated property.</param>
 /// <param name="dateModified">Initial value of the dateModified property.</param>
 /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param>
 /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param>
 public static tblMemberStatu CreatetblMemberStatu(global::System.Int32 idMemberStatus, global::System.Int32 idMember, global::System.Int32 idStatusType, global::System.Int32 idStatusValue, global::System.DateTime dateStatusStart, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblMemberStatu tblMemberStatu = new tblMemberStatu();
     tblMemberStatu.idMemberStatus = idMemberStatus;
     tblMemberStatu.idMember = idMember;
     tblMemberStatu.idStatusType = idStatusType;
     tblMemberStatu.idStatusValue = idStatusValue;
     tblMemberStatu.dateStatusStart = dateStatusStart;
     tblMemberStatu.dateCreated = dateCreated;
     tblMemberStatu.dateModified = dateModified;
     tblMemberStatu.CreatedByLogin = createdByLogin;
     tblMemberStatu.ModifiedByLogin = modifiedByLogin;
     return tblMemberStatu;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblMemberStatus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblMemberStatus(tblMemberStatu tblMemberStatu)
 {
     base.AddObject("tblMemberStatus", tblMemberStatu);
 }