RadControls for WPF

Represents the result of matching property metadata.

Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework (in Telerik.Windows.PersistenceFramework.dll) Version: 2013.1.403.40

Syntax

C#
public enum MatchResult
Visual Basic
Public Enumeration MatchResult

Members

Member nameValueDescription
None1 No match.
Full2 Full match.
Partial4 Partial match.

See Also