Is it possible to inherit generated class from an Interface using XSD.exe tool?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Suppose I have Interface without any property or method defined in it. Lets call it "IMapper". When XSD.exe generates classes from the schemas, Is it possible to tell XSD tool to inherite the root class from "IMapper" Interface?
<br/>
If not then is it possible to define schema in such way so that XSD tool will use it to create Interface and inherit the root class from that interface?

View the full article
 
Back
Top