Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:fix/impove-dynamicCall-implementation…
Browse files Browse the repository at this point in the history
…' into beta
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Nov 26, 2024
1 parent 889e624 commit 4de0e4d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion dotnet/src/dotnetframework/GxClasses/Helpers/GxDynamicCall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,23 @@ public GxDynCallMethodConf()
IsStatic = false;
MethodName = "execute";
}

}
public class GxDynCallProperties
{
public string ExternalName
{
get;
set;
}
public string AssemblyName
{
get;
set;
}
public string NameSpace
{
get;
set;
}
}
}

0 comments on commit 4de0e4d

Please sign in to comment.