relativitydev / Gravity

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

Rename recursion level Enum and values #127

Open Arithmomaniac opened 5 years ago

Arithmomaniac commented 5 years ago

@brycekbargar proposed the following instead of the current names/values for ObjectFieldsDepthLevel:

ObjectFieldsBehavior.NoRecursion
ObjectFieldsBehavior.ShallowRecursion
ObjectFieldsBehavior.FullRecursion

I like it. After Fest, we can add these, and flag the ObjectFieldsDepthLevel as [Obsolete] (they would still work, as we could cast to ObjectFieldsBehavior type.). Eventually, we would be able to remove them.

KalinaTSD commented 5 years ago

This is something minor. It will be implemented by me.