You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Analogue to System.Type.GetProperties(), but made available so that any caching done
21
+
/// by an IModelManager can be leveraged to return the results faster.
22
+
/// </summary>
23
+
/// <param name="type">The type to get properties from</param>
24
+
/// <returns>All properties recognized by the IModelManager.</returns>
25
+
//TODO: This needs to include JsonIgnore'd properties, so that they can be found and explicitly included at runtime...confusing? Add another method that excludes these?
0 commit comments