Click or drag to resize
ResultValue Class
Provides a result value that is used for comparison in dynamic expression extensions.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsResultValue

Namespace: Colygon.MatchPoint.Core.Expressions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static class ResultValue

The ResultValue type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMemberNotFound
Member not found representation.
Top
Remarks
Provides access to members on a list item. The method GetCustomMemberValues returns the value for a dynamic extension. If a member cannot be found on the type, MemberNotFound is returned.
See Also