Example #1
0
 /// <summary>
 /// Initializes a new instance of the DbBankLang class
 /// </summary>
 /// <param name="bankName">Initial <see cref="DbBankLang.BankName" /> value</param>
 /// <param name="abbrName">Initial <see cref="DbBankLang.AbbrName" /> value</param>
 /// <param name="comment">Initial <see cref="DbBankLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbBankLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbBankLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbBankLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbBankLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbBankLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbBankLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbBankLang.Active" /> value</param>
 /// <param name="bank">Initial <see cref="DbBankLang.Bank" /> value</param>
 /// <param name="language">Initial <see cref="DbBankLang.Language" /> value</param>
 public DbBankLang(string bankName, string abbrName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, byte[] rowVersion, bool active, SCG.DB.DTO.DbBank bank, SS.DB.DTO.DbLanguage language)
 {
     this.bankName   = bankName;
     this.abbrName   = abbrName;
     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.bank       = bank;
     this.language   = language;
 }
 /// <summary>
 /// Initializes a new instance of the DbProvinceLang class
 /// </summary>
 /// <param name="provinceName">Initial <see cref="DbProvinceLang.ProvinceName" /> value</param>
 /// <param name="comment">Initial <see cref="DbProvinceLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbProvinceLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbProvinceLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbProvinceLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbProvinceLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbProvinceLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbProvinceLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbProvinceLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="DbProvinceLang.Language" /> value</param>
 /// <param name="province">Initial <see cref="DbProvinceLang.Province" /> value</param>
 public DbProvinceLang(string provinceName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language, SS.DB.DTO.DbProvince province)
 {
     this.provinceName = provinceName;
     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.language     = language;
     this.province     = province;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the DbCityLang class
 /// </summary>
 /// <param name="cityName">Initial <see cref="DbCityLang.CityName" /> value</param>
 /// <param name="comment">Initial <see cref="DbCityLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbCityLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbCityLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbCityLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbCityLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbCityLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbCityLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbCityLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="DbCityLang.Language" /> value</param>
 /// <param name="city">Initial <see cref="DbCityLang.City" /> value</param>
 public DbCityLang(string cityName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language, SS.DB.DTO.DbCity city)
 {
     this.cityName   = cityName;
     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.language   = language;
     this.city       = city;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the DbDistrictLang class
 /// </summary>
 /// <param name="districtName">Initial <see cref="DbDistrictLang.DistrictName" /> value</param>
 /// <param name="comment">Initial <see cref="DbDistrictLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbDistrictLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbDistrictLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbDistrictLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbDistrictLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbDistrictLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbDistrictLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbDistrictLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="DbDistrictLang.Language" /> value</param>
 /// <param name="district">Initial <see cref="DbDistrictLang.District" /> value</param>
 public DbDistrictLang(string districtName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language, SS.DB.DTO.DbDistrict district)
 {
     this.districtName = districtName;
     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.language     = language;
     this.district     = district;
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the SuAnnouncementLang class
 /// </summary>
 /// <param name="announcementHeader">Initial <see cref="SuAnnouncementLang.AnnouncementHeader" /> value</param>
 /// <param name="announcementBody">Initial <see cref="SuAnnouncementLang.AnnouncementBody" /> value</param>
 /// <param name="announcementFooter">Initial <see cref="SuAnnouncementLang.AnnouncementFooter" /> value</param>
 /// <param name="announcementIcon">Initial <see cref="SuAnnouncementLang.AnnouncementIcon" /> value</param>
 /// <param name="comment">Initial <see cref="SuAnnouncementLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuAnnouncementLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuAnnouncementLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuAnnouncementLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuAnnouncementLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuAnnouncementLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuAnnouncementLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuAnnouncementLang.Active" /> value</param>
 /// <param name="announcement">Initial <see cref="SuAnnouncementLang.Announcement" /> value</param>
 /// <param name="language">Initial <see cref="SuAnnouncementLang.Language" /> value</param>
 public SuAnnouncementLang(string announcementHeader, string announcementBody, string announcementFooter, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuAnnouncement announcement, SS.DB.DTO.DbLanguage language)
 {
     this.announcementHeader = announcementHeader;
     this.announcementBody   = announcementBody;
     this.announcementFooter = announcementFooter;
     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.announcement = announcement;
     this.language     = language;
 }
Example #6
0
 /// <summary>
 /// Initializes a new instance of the SuEventLogGroupLang class
 /// </summary>
 /// <param name="eventLogGroupName">Initial <see cref="SuEventLogGroupLang.EventLogGroupName" /> value</param>
 /// <param name="comment">Initial <see cref="SuEventLogGroupLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuEventLogGroupLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuEventLogGroupLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuEventLogGroupLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuEventLogGroupLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuEventLogGroupLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuEventLogGroupLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuEventLogGroupLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="SuEventLogGroupLang.Language" /> value</param>
 /// <param name="eventLogGroup">Initial <see cref="SuEventLogGroupLang.EventLogGroup" /> value</param>
 public SuEventLogGroupLang(string eventLogGroupName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language, SS.SU.DTO.SuEventLogGroup eventLogGroup)
 {
     this.eventLogGroupName = eventLogGroupName;
     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.language          = language;
     this.eventLogGroup     = eventLogGroup;
 }
 /// <summary>
 /// Initializes a new instance of the DbRejectReasonLang class
 /// </summary>
 /// <param name="reasonDetail">Initial <see cref="DbRejectReasonLang.ReasonDetail" /> value</param>
 /// <param name="comment">Initial <see cref="DbRejectReasonLang.Comment" /> value</param>
 /// <param name="active">Initial <see cref="DbRejectReasonLang.Active" /> value</param>
 /// <param name="updBy">Initial <see cref="DbRejectReasonLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbRejectReasonLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbRejectReasonLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbRejectReasonLang.CreDate" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbRejectReasonLang.RowVersion" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbRejectReasonLang.UpdPgm" /> value</param>
 /// <param name="reasonID">Initial <see cref="DbRejectReasonLang.ReasonID" /> value</param>
 /// <param name="languageID">Initial <see cref="DbRejectReasonLang.LanguageID" /> value</param>
 public DbRejectReasonLang(string reasonDetail, string comment, bool active, long updBy, DateTime updDate, long creBy, DateTime creDate, byte[] rowVersion, string updPgm, SCG.DB.DTO.DbRejectReason reason, SS.DB.DTO.DbLanguage language)
 {
     this.reasonDetail = reasonDetail;
     this.comment      = comment;
     this.active       = active;
     this.updBy        = updBy;
     this.updDate      = updDate;
     this.creBy        = creBy;
     this.creDate      = creDate;
     this.rowVersion   = rowVersion;
     this.updPgm       = updPgm;
     this.reason       = reason;
     this.language     = language;
 }
Example #8
0
 /// <summary>
 /// Initializes a new instance of the SuGlobalTranslateLang class
 /// </summary>
 /// <param name="translateWord">Initial <see cref="SuGlobalTranslateLang.TranslateWord" /> value</param>
 /// <param name="comment">Initial <see cref="SuGlobalTranslateLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuGlobalTranslateLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuGlobalTranslateLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuGlobalTranslateLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuGlobalTranslateLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuGlobalTranslateLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuGlobalTranslateLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuGlobalTranslateLang.Active" /> value</param>
 /// <param name="translate">Initial <see cref="SuGlobalTranslateLang.Translate" /> value</param>
 /// <param name="language">Initial <see cref="SuGlobalTranslateLang.Language" /> value</param>
 public SuGlobalTranslateLang(string translateWord, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuGlobalTranslate translate, SS.DB.DTO.DbLanguage language)
 {
     this.translateWord = translateWord;
     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.translate     = translate;
     this.language      = language;
 }
Example #9
0
 /// <summary>
 /// Initializes a new instance of the SuUserProfileLang class
 /// </summary>
 /// <param name="firstName">Initial <see cref="SuUserProfileLang.FirstName" /> value</param>
 /// <param name="lastName">Initial <see cref="SuUserProfileLang.LastName" /> value</param>
 /// <param name="comment">Initial <see cref="SuUserProfileLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuUserProfileLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuUserProfileLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuUserProfileLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuUserProfileLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuUserProfileLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuUserProfileLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuUserProfileLang.Active" /> value</param>
 /// <param name="user">Initial <see cref="SuUserProfileLang.User" /> value</param>
 /// <param name="language">Initial <see cref="SuUserProfileLang.Language" /> value</param>
 public SuUserProfileLang(string firstName, string lastName, string personalWebUrl, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.SU.DTO.SuUser user, SS.DB.DTO.DbLanguage language)
 {
     this.firstName  = firstName;
     this.lastName   = lastName;
     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.user       = user;
     this.language   = language;
 }
 /// <summary>
 /// Initializes a new instance of the WorkFlowStateEventLang class
 /// </summary>
 /// <param name="active">Initial <see cref="WorkFlowStateEventLang.Active" /> value</param>
 /// <param name="creBy">Initial <see cref="WorkFlowStateEventLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="WorkFlowStateEventLang.CreDate" /> value</param>
 /// <param name="updBy">Initial <see cref="WorkFlowStateEventLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="WorkFlowStateEventLang.UpdDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="WorkFlowStateEventLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="WorkFlowStateEventLang.RowVersion" /> value</param>
 /// <param name="workFlowStateEvent">Initial <see cref="WorkFlowStateEventLang.WorkFlowStateEvent" /> value</param>
 /// <param name="language">Initial <see cref="WorkFlowStateEventLang.Language" /> value</param>
 public WorkFlowStateEventLang(bool active, long creBy, DateTime creDate, long updBy, DateTime updDate, string updPgm, byte[] rowVersion, SS.Standard.WorkFlow.DTO.WorkFlowStateEvent workFlowStateEvent, SS.DB.DTO.DbLanguage language)
 {
     this.active             = active;
     this.creBy              = creBy;
     this.creDate            = creDate;
     this.updBy              = updBy;
     this.updDate            = updDate;
     this.updPgm             = updPgm;
     this.rowVersion         = rowVersion;
     this.workFlowStateEvent = workFlowStateEvent;
     this.language           = language;
 }
Example #11
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;
 }
Example #12
0
 /// <summary>
 /// Initializes a new instance of the DbExpenseGroupLang class
 /// </summary>
 /// <param name="description">Initial <see cref="DbExpenseGroupLang.Description" /> value</param>
 /// <param name="comment">Initial <see cref="DbExpenseGroupLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="DbExpenseGroupLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="DbExpenseGroupLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="DbExpenseGroupLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="DbExpenseGroupLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="DbExpenseGroupLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="DbExpenseGroupLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="DbExpenseGroupLang.Active" /> value</param>
 /// <param name="expenseGroupID">Initial <see cref="DbExpenseGroup.expenseGroupID" /> value</param>
 /// <param name="languageID">Initial <see cref="DbLanguage.LanguageID" /> value</param>
 public DbExpenseGroupLang(string description, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, byte[] rowVersion, bool active, SCG.DB.DTO.DbExpenseGroup expenseGroupID, SS.DB.DTO.DbLanguage languageID)
 {
     this.description    = description;
     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.expenseGroupID = expenseGroupID;
     this.languageID     = languageID;
 }
 /// <summary>
 /// Initializes a new instance of the SuProgramLang class
 /// </summary>
 /// <param name="programid">Initial <see cref="SuProgramLang.Programid" /> value</param>
 /// <param name="programsName">Initial <see cref="SuProgramLang.ProgramsName" /> value</param>
 /// <param name="comment">Initial <see cref="SuProgramLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuProgramLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuProgramLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuProgramLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuProgramLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuProgramLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuProgramLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuProgramLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="SuProgramLang.Language" /> value</param>
 public SuProgramLang(SS.SU.DTO.SuProgram program, string programsName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language)
 {
     this.program      = program;
     this.programsName = programsName;
     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.language     = language;
 }
Example #14
0
 /// <summary>
 /// Initializes a new instance of the SuDivisionLang class
 /// </summary>
 /// <param name="divisionName">Initial <see cref="SuDivisionLang.DivisionName" /> value</param>
 /// <param name="comment">Initial <see cref="SuDivisionLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuDivisionLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuDivisionLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuDivisionLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuDivisionLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuDivisionLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuDivisionLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuDivisionLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="SuDivisionLang.Language" /> value</param>
 /// <param name="division">Initial <see cref="SuDivisionLang.Division" /> value</param>
 public SuDivisionLang(string divisionName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language, SS.SU.DTO.SuDivision division)
 {
     this.divisionName = divisionName;
     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.language     = language;
     this.division     = division;
 }
Example #15
0
 /// <summary>
 /// Initializes a new instance of the SuAnnouncementGroupLang class
 /// </summary>
 /// <param name="announcementGroupid">Initial <see cref="SuAnnouncementGroupLang.AnnouncementGroupid" /> value</param>
 /// <param name="announcementGroupName">Initial <see cref="SuAnnouncementGroupLang.AnnouncementGroupName" /> value</param>
 /// <param name="comment">Initial <see cref="SuAnnouncementGroupLang.Comment" /> value</param>
 /// <param name="updBy">Initial <see cref="SuAnnouncementGroupLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="SuAnnouncementGroupLang.UpdDate" /> value</param>
 /// <param name="creBy">Initial <see cref="SuAnnouncementGroupLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="SuAnnouncementGroupLang.CreDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="SuAnnouncementGroupLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="SuAnnouncementGroupLang.RowVersion" /> value</param>
 /// <param name="active">Initial <see cref="SuAnnouncementGroupLang.Active" /> value</param>
 /// <param name="language">Initial <see cref="SuAnnouncementGroupLang.Language" /> value</param>
 public SuAnnouncementGroupLang(string announcementGroupName, string comment, long updBy, DateTime updDate, long creBy, DateTime creDate, string updPgm, Byte[] rowVersion, bool active, SS.DB.DTO.DbLanguage language)
 {
     this.announcementGroupName = announcementGroupName;
     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.language   = language;
 }
Example #16
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;
 }
Example #17
0
 /// <summary>
 /// Initializes a new instance of the WorkFlowStateLang class
 /// </summary>
 /// <param name="displayName">Initial <see cref="WorkFlowStateLang.DisplayName" /> value</param>
 /// <param name="name">Initial <see cref="WorkFlowStateLang.Name" /> value</param>
 /// <param name="active">Initial <see cref="WorkFlowStateLang.Active" /> value</param>
 /// <param name="creBy">Initial <see cref="WorkFlowStateLang.CreBy" /> value</param>
 /// <param name="creDate">Initial <see cref="WorkFlowStateLang.CreDate" /> value</param>
 /// <param name="updBy">Initial <see cref="WorkFlowStateLang.UpdBy" /> value</param>
 /// <param name="updDate">Initial <see cref="WorkFlowStateLang.UpdDate" /> value</param>
 /// <param name="updPgm">Initial <see cref="WorkFlowStateLang.UpdPgm" /> value</param>
 /// <param name="rowVersion">Initial <see cref="WorkFlowStateLang.RowVersion" /> value</param>
 /// <param name="workFlowState">Initial <see cref="WorkFlowStateLang.WorkFlowState" /> value</param>
 /// <param name="language">Initial <see cref="WorkFlowStateLang.Language" /> value</param>
 public WorkFlowStateLang(string displayName, string name, bool active, long creBy, DateTime creDate, long updBy, DateTime updDate, string updPgm, byte[] rowVersion, SS.Standard.WorkFlow.DTO.WorkFlowState workFlowState, SS.DB.DTO.DbLanguage language)
 {
     this.displayName   = displayName;
     this.active        = active;
     this.creBy         = creBy;
     this.creDate       = creDate;
     this.updBy         = updBy;
     this.updDate       = updDate;
     this.updPgm        = updPgm;
     this.rowVersion    = rowVersion;
     this.workFlowState = workFlowState;
     this.language      = language;
 }