Forum Post: RE: Invalid substitution type 'Entity.Product' supplied for a type parameter of...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
You cannot define a .NET Generic type with an ABL Class as the member type. If your ABL class inherits from a .NET Type you can add instances of the ABL class to a Generic type with the original .NET type as the member type. If your ABL class inherits from System.Object and implements a .NET Interface you can add instances of the ABL class to a Generic type with the .NET Interface as the member type. In that case you need to make the .NET Interface available via an Assembly.

Continue reading...
 
Status
Not open for further replies.
Back
Top