[Missing <summary> documentation for "T:Breeze.Sharp.MetadataMismatchType"]
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
MissingCLREntityType | 1 | Server has metadata for a type that is not found on the client. | |
MissingCLRComplexType | 2 | Server has metadata for a type that is not found on the client. | |
MissingCLRDataProperty | 4 | Server has metadata for a DataProperty that does not exist on the client. | |
MissingCLRNavigationProperty | 8 | Server has metadata for a NavigationProperty that does not exist on the client. | |
InconsistentCLRPropertyDefinition | 16 | Some fundamental part of this property does not match between client and server. Mismatches of this type will always throw an exception. | |
InconsistentCLRTypeDefinition | 32 | Some fundamental part of this CLRType does not match between client and server. Mismatches of this type will always throw an exception. | |
MissingCLRNamingConvention | 64 | ||
AllAllowable | 15 | ||
NotAllowable | 32 |
See Also