Exemple #1
0
 internal void SetDAL(Indico.DAL.LastRecordOfVisullayoutPrefixVL obj, IndicoEntities context)
 {
     // set the Indico.DAL.LastRecordOfVisullayoutPrefixVL properties
     obj.ID         = Convert.ToInt32(ID);
     obj.NamePrefix = NamePrefix;
     obj.NameSuffix = Convert.ToInt32(NameSuffix);
 }
Exemple #2
0
 internal void SetBO(Indico.DAL.LastRecordOfVisullayoutPrefixVL obj)
 {
     // set the Indico.BusinessObjects.LastRecordOfVisullayoutPrefixVLBO properties
     this.ID         = obj.ID;
     this.NamePrefix = obj.NamePrefix;
     this.NameSuffix = obj.NameSuffix;
 }
Exemple #3
0
 /// <summary>
 /// Creates an instance of the LastRecordOfVisullayoutPrefixVLBO class using the supplied Indico.DAL.LastRecordOfVisullayoutPrefixVL.
 /// </summary>
 /// <param name="obj">a Indico.DAL.LastRecordOfVisullayoutPrefixVL whose properties will be used to initialise the LastRecordOfVisullayoutPrefixVLBO</param>
 internal LastRecordOfVisullayoutPrefixVLBO(Indico.DAL.LastRecordOfVisullayoutPrefixVL obj)
 {
     // set the properties from the Indico.DAL.LastRecordOfVisullayoutPrefixVL
     this.ID         = obj.ID;
     this.NamePrefix = obj.NamePrefix;
     this.NameSuffix = obj.NameSuffix;
 }