c# Programming Glossary: foobars
How to suppress XML tag for list property http://stackoverflow.com/questions/314242/how-to-suppress-xml-tag-for-list-property removed unnecessary public class Foo protected List FooBar fooBars new List FooBar public virtual List FooBar FooBars get return.. List FooBar public virtual List FooBar FooBars get return fooBars set fooBars value Serializable removed unnecessary public class.. public virtual List FooBar FooBars get return fooBars set fooBars value Serializable removed unnecessary public class FooBar public..
How to suppress XML tag for list property http://stackoverflow.com/questions/314242/how-to-suppress-xml-tag-for-list-property FooBar fooBars new List FooBar public virtual List FooBar FooBars get return fooBars set fooBars value Serializable removed unnecessary.. instance xmlns xsd http www.w3.org 2001 XMLSchema FooBars Unwanted tag FooBar MyProperty 7 MyProperty FooBar FooBar MyProperty.. 7 MyProperty FooBar FooBar MyProperty 9 MyProperty FooBar FooBars Foo Wanted output Foo xmlns xsi http www.w3.org 2001 XMLSchema..
|