コード例 #1
0
 public void NamedUpdateWithCommonProperties(MockComplexObject3 complexObject)
 {
     this.OnNamedUpdateWithCommonPropertiesInvoking(complexObject);
     base.InvokeAction("NamedUpdateWithCommonProperties", complexObject);
     this.OnNamedUpdateWithCommonPropertiesInvoked();
 }
コード例 #2
0
 /// <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);
 }
コード例 #3
0
 partial void OnNamedUpdateWithCommonPropertiesInvoking(MockComplexObject3 complexObject);