Exemple #1
0
 /// <summary>
 /// Invokes the 'CustomUpdateEntity' method of the specified <see cref="GlobalNamespaceTest_Entity"/> entity.
 /// </summary>
 /// <param name="entity">The <see cref="GlobalNamespaceTest_Entity"/> entity instance.</param>
 /// <param name="enumParameter">The value for the 'enumParameter' parameter for this action.</param>
 public void CustomUpdateEntity(GlobalNamespaceTest_Entity entity, GlobalNamespaceTest_Enum enumParameter)
 {
     entity.CustomUpdateEntity(enumParameter);
 }
 /// <summary>
 /// Invokes the 'CustomUpdateEntity' method of the specified <see cref="GlobalNamespaceTest_Entity"/> entity.
 /// </summary>
 /// <param name="entity">The <see cref="GlobalNamespaceTest_Entity"/> entity instance.</param>
 /// <param name="enumParameter">The value for the 'enumParameter' parameter for this action.</param>
 public void CustomUpdateEntity(GlobalNamespaceTest_Entity entity, GlobalNamespaceTest_Enum enumParameter)
 {
     entity.CustomUpdateEntity(enumParameter);
 }