/// <summary>
 /// Initializes a new instance of the DbServiceTeamLocation class
 /// </summary>
 /// <param name="active">Initial <see cref="DbServiceTeamLocation.Active" /> value</param>
 /// <param name="creBy">Initial <see cref="DbServiceTeamLocation.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbServiceTeamLocation.CreDate" /> value</param>
 /// <param name="updBy">Initial <see cref="DbServiceTeamLocation.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbServiceTeamLocation.UpdDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbServiceTeamLocation.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbServiceTeamLocation.RowVersion" /> value</param>
 /// <param name="serviceTeamID">Initial <see cref="DbServiceTeamLocation.ServiceTeamID" /> value</param>
 /// <param name="locationID">Initial <see cref="DbServiceTeamLocation.LocationID" /> value</param>
 public DbServiceTeamLocation(bool active, long creBy, DateTime creDate, long updBy, DateTime updDate, string updPgm, Byte[] rowVersion, SCG.DB.DTO.DbServiceTeam serviceTeamID, SCG.DB.DTO.DbLocation locationID)
 {
     this.active        = active;
     this.creBy         = creBy;
     this.creDate       = creDate;
     this.updBy         = updBy;
     this.updDate       = updDate;
     this.updPgm        = updPgm;
     this.rowVersion    = rowVersion;
     this.serviceTeamID = serviceTeamID;
     this.locationID    = locationID;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the SuRoleService class
 /// </summary>
 /// <param name="updBy">Initial <see cref="SuRoleService.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuRoleService.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuRoleService.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuRoleService.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuRoleService.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuRoleService.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuRoleService.Active" /> value</param>
 /// <param name="roleID">Initial <see cref="SuRoleService.RoleID" /> value</param>
 /// <param name="serviceTeamID">Initial <see cref="SuRoleService.ServiceTeamID" /> value</param>
 public SuRoleService(long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuRole roleID, SCG.DB.DTO.DbServiceTeam serviceTeamID)
 {
     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.serviceTeamID = serviceTeamID;
 }