public void NamedUpdateWithCommonProperties(MockComplexObject3 complexObject) { this.OnNamedUpdateWithCommonPropertiesInvoking(complexObject); base.InvokeAction("NamedUpdateWithCommonProperties", complexObject); this.OnNamedUpdateWithCommonPropertiesInvoked(); }
/// <summary> /// Invokes the 'NamedUpdateWithCommonProperties' method of the specified <see cref="MockEntity5"/> entity. /// </summary> /// <param name="entity">The <see cref="MockEntity5"/> entity instance.</param> /// <param name="complexObject">The value for the 'complexObject' parameter for this action.</param> public void NamedUpdateWithCommonProperties(MockEntity5 entity, MockComplexObject3 complexObject) { entity.NamedUpdateWithCommonProperties(complexObject); }
partial void OnNamedUpdateWithCommonPropertiesInvoking(MockComplexObject3 complexObject);