C# FAQ

Partial Classes

How to Annotate a a data member of a partial class in another partial class

you can use MetadataType attribute to implement the same. Read More ...