MatchResult
Enum
Represents the result of matching property metadata.
Definition
Namespace:Telerik.Windows.Persistence.Core
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
[Flags]
public enum MatchResult
Fields
Full match.
C#
Full = 2
No match.
C#
None = 1
Partial match.
C#
Partial = 4