I have two C# classes that have many of the same properties (by name and type). I want to be able to copy all non-null values from an instance of Defect into a
Defect
Any chance you could have both classes implement an interface that defines the shared properties?