magic.lambda.mysql
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -38,10 +38,2 @@ <?xml version="1.0"?> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.Connect.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Handles the signal for the class. | ||
| </summary> | ||
| <param name="signaler">Signaler used to signal the slot.</param> | ||
| <param name="input">Root node for invocation.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.CreateTransaction"> | ||
@@ -129,10 +121,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.crud.Create.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Implementation of your slot. | ||
| </summary> | ||
| <param name="signaler">Signaler used to raise the signal.</param> | ||
| <param name="input">Arguments to your slot.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.crud.Delete"> | ||
@@ -150,10 +134,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.crud.Delete.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Implementation of your slot. | ||
| </summary> | ||
| <param name="signaler">Signaler used to raise the signal.</param> | ||
| <param name="input">Arguments to your slot.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.crud.Read"> | ||
@@ -171,10 +147,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.crud.Read.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Implementation of your slot. | ||
| </summary> | ||
| <param name="signaler">Signaler used to raise the signal.</param> | ||
| <param name="input">Arguments to your slot.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.crud.Update"> | ||
@@ -192,10 +160,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.crud.Update.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Implementation of your slot. | ||
| </summary> | ||
| <param name="signaler">Signaler used to raise the signal.</param> | ||
| <param name="input">Arguments to your slot.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.Execute"> | ||
@@ -213,10 +173,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.Execute.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Handles the signal for the class. | ||
| </summary> | ||
| <param name="signaler">Signaler used to signal the slot.</param> | ||
| <param name="input">Root node for invocation.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.RollbackTransaction"> | ||
@@ -247,10 +199,2 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.Scalar.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Handles the signal for the class. | ||
| </summary> | ||
| <param name="signaler">Signaler used to signal the slot.</param> | ||
| <param name="input">Root node for invocation.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| <member name="T:magic.lambda.mysql.Select"> | ||
@@ -269,11 +213,3 @@ <summary> | ||
| </member> | ||
| <member name="M:magic.lambda.mysql.Select.SignalAsync(magic.signals.contracts.ISignaler,magic.node.Node)"> | ||
| <summary> | ||
| Handles the signal for the class. | ||
| </summary> | ||
| <param name="signaler">Signaler used to signal the slot.</param> | ||
| <param name="input">Root node for invocation.</param> | ||
| <returns>An awaitable task.</returns> | ||
| </member> | ||
| </members> | ||
| </doc> |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>magic.lambda.mysql</id> | ||
| <version>1.1.7</version> | ||
| <version>1.1.6</version> | ||
| <authors>Thomas Hansen</authors> | ||
@@ -21,4 +21,5 @@ <owners>Thomas Hansen</owners> | ||
| <dependency id="MySql.Data" version="8.0.17" exclude="Build,Analyzers" /> | ||
| <dependency id="magic.data.common" version="1.1.7" exclude="Build,Analyzers" /> | ||
| <dependency id="magic.data.common" version="1.1.4" exclude="Build,Analyzers" /> | ||
| <dependency id="magic.node.extensions" version="1.1.2" exclude="Build,Analyzers" /> | ||
| <dependency id="magic.signals" version="1.1.5" exclude="Build,Analyzers" /> | ||
| </group> | ||
@@ -25,0 +26,0 @@ </dependencies> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet