Ejemplo n.º 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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the SuUserRole class
 /// </summary>
 /// <param name="comment">Initial <see cref="SuUserRole.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuUserRole.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuUserRole.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuUserRole.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuUserRole.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuUserRole.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuUserRole.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuUserRole.Active" /> value</param>
 /// <param name="role">Initial <see cref="SuUserRole.Role" /> value</param>
 /// <param name="user">Initial <see cref="SuUserRole.User" /> value</param>
 public SuUserRole(string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuRole role, SS.SU.DTO.SuUser user)
 {
     this.comment    = comment;
     this.updBy      = updBy;
     this.updDate    = updDate;
     this.creBy      = creBy;
     this.creDate    = creDate;
     this.updPgm     = updPgm;
     this.rowVersion = rowVersion;
     this.active     = active;
     this.role       = role;
     this.user       = user;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the SuRoleLang class
 /// </summary>
 /// <param name="roleName">Initial <see cref="SuRoleLang.RoleName" /> value</param>
 /// <param name="comment">Initial <see cref="SuRoleLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuRoleLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuRoleLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuRoleLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuRoleLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuRoleLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuRoleLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuRoleLang.Active" /> value</param>
 /// <param name="role">Initial <see cref="SuRoleLang.Role" /> value</param>
 /// <param name="language">Initial <see cref="SuRoleLang.Language" /> value</param>
 public SuRoleLang(string roleName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuRole role, SS.DB.DTO.DbLanguage language)
 {
     this.roleName   = roleName;
     this.comment    = comment;
     this.updBy      = updBy;
     this.updDate    = updDate;
     this.creBy      = creBy;
     this.creDate    = creDate;
     this.updPgm     = updPgm;
     this.rowVersion = rowVersion;
     this.active     = active;
     this.role       = role;
     this.language   = language;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the SuProgramRole class
 /// </summary>
 /// /// <param name="programroleSymbol">Initial <see cref="SuProgramRole.programroleSymbol" /> value</param>
 /// <param name="addState">Initial <see cref="SuProgramRole.AddState" /> value</param>
 /// <param name="editState">Initial <see cref="SuProgramRole.EditState" /> value</param>
 /// <param name="deleteState">Initial <see cref="SuProgramRole.DeleteState" /> value</param>
 /// <param name="displayState">Initial <see cref="SuProgramRole.DisplayState" /> value</param>
 /// <param name="comment">Initial <see cref="SuProgramRole.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuProgramRole.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuProgramRole.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuProgramRole.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuProgramRole.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuProgramRole.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuProgramRole.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuProgramRole.Active" /> value</param>
 /// <param name="role">Initial <see cref="SuProgramRole.Role" /> value</param>
 /// <param name="program">Initial <see cref="SuProgramRole.Program" /> value</param>
 public SuProgramRole(string programroleSymbol, bool addState, bool editState, bool deleteState, bool displayState, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuRole role, SS.SU.DTO.SuProgram program)
 {
     this.programroleSymbol = programroleSymbol;
     this.addState          = addState;
     this.editState         = editState;
     this.deleteState       = deleteState;
     this.displayState      = displayState;
     this.comment           = comment;
     this.updBy             = updBy;
     this.updDate           = updDate;
     this.creBy             = creBy;
     this.creDate           = creDate;
     this.updPgm            = updPgm;
     this.rowVersion        = rowVersion;
     this.active            = active;
     this.role    = role;
     this.program = program;
 }