DomainObjects Class Library

FieldValue Class

An object that represents the value of a field in the object model.

For a list of all members of this type, see FieldValue Members.

System.Object
   FieldValue

public class FieldValue

Remarks

Currently this is used for convienient criteria building by using the comparison operators but could later be used for typesafe comparisons and ensuring queries start with the same root object without breaking existing code.

Requirements

Namespace: DomainObjects.Facade.Command.Expression

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

FieldValue Members | DomainObjects.Facade.Command.Expression Namespace