Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #23
0
 protected void OnCollectionChanging(NotifyCollectionChangingEventArgs e)
 {
     CollectionChanging?.Invoke(this, e);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
 private void ParentCollectionChanging(object sender, NotifyCollectionChangingEventArgs e)
 {
     OnCollectionChanging(e);
 }