Represents the definition of a filter on the value of a property.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCPropertyFilter : BCRepositoryObject
Visual Basic
Public Class BCPropertyFilter _
	Inherits BCRepositoryObject
Visual C++
public ref class BCPropertyFilter : public BCRepositoryObject

Remarks

This object is used to define search criteria or put restrictions on the documents shown in view.

The filter defines a condition for the value of the Property. The Operator is used to check the actual value of the property against the Value defined on the filter.

Inheritance Hierarchy

See Also