Exemplo n.º 1
0
 /// <summary>
 /// Raises the ScenarioBehaviour_AbstractUserActionChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnScenarioBehaviour_AbstractUserActionChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.ScenarioBehaviour_AbstractUserActionChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Raises the AbstractBranchTransition_ResourceDemandingBehaviourChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnAbstractBranchTransition_ResourceDemandingBehaviourChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.AbstractBranchTransition_ResourceDemandingBehaviourChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// Raises the TargetResourceEnvironment_AllocationChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnTargetResourceEnvironment_AllocationChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.TargetResourceEnvironment_AllocationChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 4
0
 /// <summary>
 /// Raises the ThinkTime_ClosedWorkloadChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnThinkTime_ClosedWorkloadChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.ThinkTime_ClosedWorkloadChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 5
0
 /// <summary>
 /// Raises the OuterProvidedRole__ProvidedInfrastructureDelegationConnectorChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnOuterProvidedRole__ProvidedInfrastructureDelegationConnectorChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.OuterProvidedRole__ProvidedInfrastructureDelegationConnectorChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 6
0
 /// <summary>
 /// Raises the EventGroup__EventTypeChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnEventGroup__EventTypeChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.EventGroup__EventTypeChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 7
0
 /// <summary>
 /// Raises the Interface__OperationSignatureChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnInterface__OperationSignatureChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.Interface__OperationSignatureChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
 /// <summary>
 /// Raises the SoftwareInducedFailureType__InternalFailureOccurrenceDescriptionChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnSoftwareInducedFailureType__InternalFailureOccurrenceDescriptionChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.SoftwareInducedFailureType__InternalFailureOccurrenceDescriptionChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 9
0
 /// <summary>
 /// Raises the OrderedDomainChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnOrderedDomainChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.OrderedDomainChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 10
0
 /// <summary>
 /// Raises the UsageModel_UserDataChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnUsageModel_UserDataChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.UsageModel_UserDataChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
 /// <summary>
 /// Raises the InternalAction__InternalFailureOccurrenceDescriptionChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnInternalAction__InternalFailureOccurrenceDescriptionChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.InternalAction__InternalFailureOccurrenceDescriptionChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 12
0
 /// <summary>
 /// Raises the AssemblyContext_userDataChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnAssemblyContext_userDataChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.AssemblyContext_userDataChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 13
0
 /// <summary>
 /// Raises the BasicComponent_ServiceEffectSpecificationChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnBasicComponent_ServiceEffectSpecificationChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.BasicComponent_ServiceEffectSpecificationChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 14
0
 /// <summary>
 /// Raises the DescribedService__SEFFChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnDescribedService__SEFFChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.DescribedService__SEFFChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 15
0
 /// <summary>
 /// Raises the EventChannel__AllocationContextChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnEventChannel__AllocationContextChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.EventChannel__AllocationContextChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 16
0
 /// <summary>
 /// Raises the Id_VariableChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnId_VariableChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.Id_VariableChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 17
0
 /// <summary>
 /// Raises the InnerReference_NamespaceReferenceChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnInnerReference_NamespaceReferenceChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.InnerReference_NamespaceReferenceChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 18
0
 /// <summary>
 /// Raises the OuterRequiredRole_RequiredDelegationConnectorChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnOuterRequiredRole_RequiredDelegationConnectorChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.OuterRequiredRole_RequiredDelegationConnectorChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 19
0
 /// <summary>
 /// Raises the SynchronisingBehaviours_ForkActionChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnSynchronisingBehaviours_ForkActionChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.SynchronisingBehaviours_ForkActionChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 20
0
 /// <summary>
 /// Raises the AssemblyContext_RequiredDelegationConnectorChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnAssemblyContext_RequiredDelegationConnectorChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.AssemblyContext_RequiredDelegationConnectorChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 21
0
 /// <summary>
 /// Raises the ReturnType__OperationSignatureChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnReturnType__OperationSignatureChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.ReturnType__OperationSignatureChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 22
0
 /// <summary>
 /// Raises the ProvidedInterface__OperationProvidedRoleChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnProvidedInterface__OperationProvidedRoleChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.ProvidedInterface__OperationProvidedRoleChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 23
0
 /// <summary>
 /// Raises the Repository__FailureTypeChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnRepository__FailureTypeChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.Repository__FailureTypeChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 24
0
 /// <summary>
 /// Raises the PrimaryBehaviour__RecoveryActionChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnPrimaryBehaviour__RecoveryActionChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.PrimaryBehaviour__RecoveryActionChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 25
0
 /// <summary>
 /// Raises the AssemblyContext__ProvidedInfrastructureDelegationConnectorChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnAssemblyContext__ProvidedInfrastructureDelegationConnectorChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.AssemblyContext__ProvidedInfrastructureDelegationConnectorChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 26
0
 /// <summary>
 /// Raises the CommunicationLinkResourceType__NetworkInducedFailureTypeChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnCommunicationLinkResourceType__NetworkInducedFailureTypeChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.CommunicationLinkResourceType__NetworkInducedFailureTypeChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 27
0
 /// <summary>
 /// Raises the NameChanging event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnNameChanging(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.NameChanging;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 28
0
 /// <summary>
 /// Raises the ResourceContainer_AllocationContextChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnResourceContainer_AllocationContextChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.ResourceContainer_AllocationContextChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 29
0
 /// <summary>
 /// Raises the System_AllocationChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnSystem_AllocationChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.System_AllocationChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }
Exemplo n.º 30
0
 /// <summary>
 /// Raises the InnerType_CollectionDataTypeChanged event
 /// </summary>
 /// <param name="eventArgs">The event data</param>
 protected virtual void OnInnerType_CollectionDataTypeChanged(ValueChangedEventArgs eventArgs)
 {
     global::System.EventHandler <ValueChangedEventArgs> handler = this.InnerType_CollectionDataTypeChanged;
     if ((handler != null))
     {
         handler.Invoke(this, eventArgs);
     }
 }