public static void ExecuteOn_Referential_Through_AddInstrument(XComponent.Referential.UserObject.Instrument instrument, XComponent.Referential.UserObject.InstrumentSnapshot instrumentSnapshot, object object_InternalMember, Context context, IAddInstrumentInstrumentOnReferentialReferentialSenderInterface sender)
 {
     if (!instrumentSnapshot.Instruments.Contains(instrument.Name))
     {
         instrumentSnapshot.Instruments.Add(instrument.Name);
     }
 }
Beispiel #2
0
 public static void ExecuteOn_UpdateReferential_Through_UpdateReferential(XComponent.Referential.UserObject.Instrument instrument_TriggeringEvent, XComponent.Referential.UserObject.Instrument instrument_PublicMember, object object_InternalMember, Context context, IUpdateReferentialInstrumentOnUpdateReferentialUpdateReferentialSenderInterface sender)
 {
     instrument_PublicMember.Name = instrument_TriggeringEvent.Name;
 }