Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the SuRolepb class
 /// </summary>
 /// <param name="updBy">Initial <see cref="SuRolepb.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuRolepb.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuRolepb.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuRolepb.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuRolepb.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuRolepb.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuRolepb.Active" /> value</param>
 /// <param name="roleID">Initial <see cref="SuRolepb.RoleID" /> value</param>
 /// <param name="pBID">Initial <see cref="SuRolepb.PBID" /> value</param>
 public SuRolepb(long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuRole roleID, SCG.DB.DTO.Dbpb pBID)
 {
     this.updBy      = updBy;
     this.updDate    = updDate;
     this.creBy      = creBy;
     this.creDate    = creDate;
     this.updPgm     = updPgm;
     this.rowVersion = rowVersion;
     this.active     = active;
     this.roleID     = roleID;
     this.pBID       = pBID;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the DbpbLang class
 /// </summary>
 /// <param name="description">Initial <see cref="DbpbLang.Description" /> value</param>
 /// <param name="active">Initial <see cref="DbpbLang.Active" /> value</param>
 /// <param name="creBy">Initial <see cref="DbpbLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbpbLang.CreDate" /> value</param>
 /// <param name="updBy">Initial <see cref="DbpbLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbpbLang.UpdDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbpbLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbpbLang.RowVersion" /> value</param>
 /// <param name="pBID">Initial <see cref="DbpbLang.PBID" /> value</param>
 /// <param name="languageID">Initial <see cref="DbpbLang.LanguageID" /> value</param>
 public DbpbLang(string description, bool active, long creBy, DateTime creDate, long updBy, DateTime updDate, string updPgm, byte[] rowVersion, SCG.DB.DTO.Dbpb pBID, SS.DB.DTO.DbLanguage languageID, string comment)
 {
     this.description = description;
     this.active      = active;
     this.creBy       = creBy;
     this.creDate     = creDate;
     this.updBy       = updBy;
     this.updDate     = updDate;
     this.updPgm      = updPgm;
     this.rowVersion  = rowVersion;
     this.pBID        = pBID;
     this.languageID  = languageID;
     this.comment     = comment;
 }