Esempio n. 1
0
 public LocationItem()
 {
     this._employeesItem             = new Microsoft.SharePoint.Linq.EntitySet <EmployeesItem>();
     this._employeesItem.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <EmployeesItem> >(this.OnEmployeesItemSync);
     this._employeesItem.OnChanged  += new System.EventHandler(this.OnEmployeesItemChanged);
     this._employeesItem.OnChanging += new System.EventHandler(this.OnEmployeesItemChanging);
     this.OnCreated();
 }
Esempio n. 2
0
 public EnqueteItem()
 {
     this._listaDeRespostasItem             = new Microsoft.SharePoint.Linq.EntitySet <ListaDeRespostasItem>();
     this._listaDeRespostasItem.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <ListaDeRespostasItem> >(this.OnListaDeRespostasItemSync);
     this._listaDeRespostasItem.OnChanged  += new System.EventHandler(this.OnListaDeRespostasItemChanged);
     this._listaDeRespostasItem.OnChanging += new System.EventHandler(this.OnListaDeRespostasItemChanging);
     this._perguntasItem             = new Microsoft.SharePoint.Linq.EntitySet <PerguntasItem>();
     this._perguntasItem.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <PerguntasItem> >(this.OnPerguntasItemSync);
     this._perguntasItem.OnChanged  += new System.EventHandler(this.OnPerguntasItemChanged);
     this._perguntasItem.OnChanging += new System.EventHandler(this.OnPerguntasItemChanging);
     this.OnCreated();
 }
Esempio n. 3
0
 public EmployeesItem()
 {
     this._currentLocation             = new Microsoft.SharePoint.Linq.EntityRef <LocationItem>();
     this._currentLocation.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <LocationItem> >(this.OnCurrentLocationSync);
     this._currentLocation.OnChanged  += new System.EventHandler(this.OnCurrentLocationChanged);
     this._currentLocation.OnChanging += new System.EventHandler(this.OnCurrentLocationChanging);
     this._projectsItem             = new Microsoft.SharePoint.Linq.EntitySet <ProjectsItem>();
     this._projectsItem.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <ProjectsItem> >(this.OnProjectsItemSync);
     this._projectsItem.OnChanged  += new System.EventHandler(this.OnProjectsItemChanged);
     this._projectsItem.OnChanging += new System.EventHandler(this.OnProjectsItemChanging);
     this.OnCreated();
 }