MetadataMismatchType Enumeration Breeze.sharp

[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

[FlagsAttribute]
public enum MetadataMismatchType
Members

  Member nameValueDescription
MissingCLREntityType1 Server has metadata for a type that is not found on the client.
MissingCLRComplexType2 Server has metadata for a type that is not found on the client.
MissingCLRDataProperty4 Server has metadata for a DataProperty that does not exist on the client.
MissingCLRNavigationProperty8 Server has metadata for a NavigationProperty that does not exist on the client.
InconsistentCLRPropertyDefinition16 Some fundamental part of this property does not match between client and server. Mismatches of this type will always throw an exception.
InconsistentCLRTypeDefinition32 Some fundamental part of this CLRType does not match between client and server. Mismatches of this type will always throw an exception.
MissingCLRNamingConvention64
AllAllowable15
NotAllowable32
See Also

Reference