예제 #1
0
 public ProjectsItem()
 {
     this._employeeInProject             = new Microsoft.SharePoint.Linq.EntityRef <EmployeesItem>();
     this._employeeInProject.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <EmployeesItem> >(this.OnEmployeeInProjectSync);
     this._employeeInProject.OnChanged  += new System.EventHandler(this.OnEmployeeInProjectChanged);
     this._employeeInProject.OnChanging += new System.EventHandler(this.OnEmployeeInProjectChanging);
     this.OnCreated();
 }
예제 #2
0
 public Estimate()
 {
     this._projectsLookup             = new Microsoft.SharePoint.Linq.EntityRef <Item>();
     this._projectsLookup.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <Item> >(this.OnProjectsLookupSync);
     this._projectsLookup.OnChanged  += new System.EventHandler(this.OnProjectsLookupChanged);
     this._projectsLookup.OnChanging += new System.EventHandler(this.OnProjectsLookupChanging);
     this.OnCreated();
 }
예제 #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();
 }
예제 #4
0
 public RespostasItem()
 {
     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._listaDeRespostasItem0             = new Microsoft.SharePoint.Linq.EntitySet <ListaDeRespostasItem>();
     this._listaDeRespostasItem0.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <ListaDeRespostasItem> >(this.OnListaDeRespostasItem0Sync);
     this._listaDeRespostasItem0.OnChanged  += new System.EventHandler(this.OnListaDeRespostasItem0Changed);
     this._listaDeRespostasItem0.OnChanging += new System.EventHandler(this.OnListaDeRespostasItem0Changing);
     this._pergunta             = new Microsoft.SharePoint.Linq.EntityRef <PerguntasItem>();
     this._pergunta.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <PerguntasItem> >(this.OnPerguntaSync);
     this._pergunta.OnChanged  += new System.EventHandler(this.OnPerguntaChanged);
     this._pergunta.OnChanging += new System.EventHandler(this.OnPerguntaChanging);
     this.OnCreated();
 }
예제 #5
0
 public PerguntasItem()
 {
     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._enquete                   = new Microsoft.SharePoint.Linq.EntityRef <EnqueteItem>();
     this._enquete.OnSync           += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <EnqueteItem> >(this.OnEnqueteSync);
     this._enquete.OnChanged        += new System.EventHandler(this.OnEnqueteChanged);
     this._enquete.OnChanging       += new System.EventHandler(this.OnEnqueteChanging);
     this._respostasItem             = new Microsoft.SharePoint.Linq.EntitySet <RespostasItem>();
     this._respostasItem.OnSync     += new System.EventHandler <Microsoft.SharePoint.Linq.AssociationChangedEventArgs <RespostasItem> >(this.OnRespostasItemSync);
     this._respostasItem.OnChanged  += new System.EventHandler(this.OnRespostasItemChanged);
     this._respostasItem.OnChanging += new System.EventHandler(this.OnRespostasItemChanging);
     this.OnCreated();
 }