Ejemplo n.º 1
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the AllowedStrategies property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void AllowedStrategiesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("AllowedStrategies", e);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the EquivalentEquipments property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void EquivalentEquipmentsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("EquivalentEquipments", e, _equivalentEquipmentsReference);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the RootElements property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void RootElementsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("RootElements", e);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the OwnedType property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void OwnedTypeCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("OwnedType", e);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the Details property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void DetailsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("Details", e);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the CashierShifts property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void CashierShiftsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("CashierShifts", e, _cashierShiftsReference);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the Signatures property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void SignaturesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("Signatures", e, _signaturesReference);
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the ErpPOLineItems property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ErpPOLineItemsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("ErpPOLineItems", e, _erpPOLineItemsReference);
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the AnnotatedElement property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void AnnotatedElementCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("AnnotatedElement", e);
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the TimePoints property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void TimePointsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("TimePoints", e, _timePointsReference);
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the PaymentTransactions property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void PaymentTransactionsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("PaymentTransactions", e, _paymentTransactionsReference);
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the DesignLocations property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void DesignLocationsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("DesignLocations", e, _designLocationsReference);
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the PropertyUnits property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void PropertyUnitsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("PropertyUnits", e, _propertyUnitsReference);
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the CompatibleUnits property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void CompatibleUnitsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("CompatibleUnits", e, _compatibleUnitsReference);
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the TransmissionProducts property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void TransmissionProductsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("TransmissionProducts", e, _transmissionProductsReference);
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the ConnectivityNodes property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ConnectivityNodesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("ConnectivityNodes", e, _connectivityNodesReference);
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the Tokens property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void TokensCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("Tokens", e, _tokensReference);
 }
Ejemplo n.º 18
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the TopologicalNode property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void TopologicalNodeCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("TopologicalNode", e, _topologicalNodeReference);
 }
Ejemplo n.º 19
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the LoadBids property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void LoadBidsCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("LoadBids", e, _loadBidsReference);
 }
Ejemplo n.º 20
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the ServicePoint property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ServicePointCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("ServicePoint", e, _servicePointReference);
 }
Ejemplo n.º 21
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the NestedPackage property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void NestedPackageCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("NestedPackage", e);
 }
Ejemplo n.º 22
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the AncillaryServices property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void AncillaryServicesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("AncillaryServices", e, _ancillaryServicesReference);
 }
Ejemplo n.º 23
0
 protected void OnCollectionChanging(NotifyCollectionChangingEventArgs e)
 {
     CollectionChanging?.Invoke(this, e);
 }
Ejemplo n.º 24
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the For property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ForCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("For", e, _forReference);
 }
Ejemplo n.º 25
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the References property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ReferencesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("References", e);
 }
Ejemplo n.º 26
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the Flowgate property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void FlowgateCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("Flowgate", e, _flowgateReference);
 }
Ejemplo n.º 27
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the GmlTopologyStyles property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void GmlTopologyStylesCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("GmlTopologyStyles", e, _gmlTopologyStylesReference);
 }
Ejemplo n.º 28
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the SoldBy property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void SoldByCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("SoldBy", e, _soldByReference);
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Forwards CollectionChanging notifications for the ETypeParameters property to the parent model element
 /// </summary>
 /// <param name="sender">The collection that raised the change</param>
 /// <param name="e">The original event data</param>
 private void ETypeParametersCollectionChanging(object sender, NMF.Collections.ObjectModel.NotifyCollectionChangingEventArgs e)
 {
     this.OnCollectionChanging("ETypeParameters", e);
 }
Ejemplo n.º 30
0
 private void ParentCollectionChanging(object sender, NotifyCollectionChangingEventArgs e)
 {
     OnCollectionChanging(e);
 }