relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Abstract away reflection logic #158

Open Arithmomaniac opened 5 years ago

Arithmomaniac commented 5 years ago

Abstract away common reflection operations into a new class, so that you would call things like e.g. DtoReflectionHelper<T>.GetFields(FieldType.SingleObject). This will make the code easier to read and allow for reflection optimization techniques (such as a plugin to use FastMember).

(Broken off of #153)