Exemplo n.º 1
0
 private void AssignDataObjectToEntity(tbl_SiteMap dbRole, ref ServicesLibrary.Entities.SiteMap entSiteMap)
 {
     entSiteMap.IdSiteMap = dbRole.IdSiteMap;
     entSiteMap.Name = dbRole.Name;
     entSiteMap.Description = dbRole.Description;
     entSiteMap.RoleCode = dbRole.RoleCode;
     entSiteMap.URL = dbRole.URL;
     entSiteMap.EntStatus = new Status(){IdStatus= dbRole.tbl_Status.IdStatus,Name =dbRole.tbl_Status.Name};
     entSiteMap.IsBrowsable = dbRole.IsBrowsable;
     entSiteMap.IdParent = dbRole.IdParent;
 }
Exemplo n.º 2
0
 partial void Deletetbl_SiteMap(tbl_SiteMap instance);
Exemplo n.º 3
0
 partial void Updatetbl_SiteMap(tbl_SiteMap instance);
Exemplo n.º 4
0
 partial void Inserttbl_SiteMap(tbl_SiteMap instance);
Exemplo n.º 5
0
		private void detach_tbl_SiteMap(tbl_SiteMap entity)
		{
			this.SendPropertyChanging();
			entity.tbl_Status = null;
		}