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
// At this point this is only applicable to OdcmProperty.
154
154
// Challenging this assumption will require a lot more investigation.
155
155
if(!(host.CurrentTypeisOdcmProperty))
156
-
returnfalse;
156
+
returnfalse;
157
157
158
158
// We only support "Request" dismabiguation at this point. Check whether the
159
159
// current type ends in "Request".
@@ -278,7 +278,8 @@ public static OdcmProperty GetServiceCollectionNavigationPropertyForPropertyType
278
278
//as an exception so the service has an opportunity to correct this in the metadata
279
279
thrownewException("Found no valid EntitySet for the given property.");
280
280
281
-
}catch(Exceptione)
281
+
}
282
+
catch(Exceptione)
282
283
{
283
284
logger.Error("The navigation property \"{0}\" on class \"{1}\" does not specify it is self-contained nor is it defined in an explicit or implicit EntitySet",odcmProperty.Name.ToString(),odcmProperty.Class.FullName.ToString());
284
285
logger.Error(e);
@@ -327,10 +328,11 @@ public static bool IsBaseAbstractAndReferencedAsPropertyType(this OdcmClass comp
0 commit comments