Skip to content

Commit 2c5dd62

Browse files
Restore GxDynCallProperties for compatibility with previous version of GenexsCore Module.
1 parent f77b6aa commit 2c5dd62

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Helpers/GxDynamicCall.cs

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,23 @@ public GxDynCallMethodConf()
164164
IsStatic = false;
165165
MethodName = "execute";
166166
}
167-
167+
}
168+
public class GxDynCallProperties
169+
{
170+
public string ExternalName
171+
{
172+
get;
173+
set;
174+
}
175+
public string AssemblyName
176+
{
177+
get;
178+
set;
179+
}
180+
public string NameSpace
181+
{
182+
get;
183+
set;
184+
}
168185
}
169186
}

0 commit comments

Comments
 (0)