StreamLink.NET
ICustomFieldFilterExpression Interface
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.FilteringICustomFieldFilterExpression
Represents an expression for filtering the records in a container, based on the value of a record field of a custom data type. The expression takes the form <fieldname:fieldtype> <operator> <value> (for example, Description:tenor GreaterThan 5Y).

Custom data types are defined in the Refiner module of Caplin Transformer.

Declaration Syntax
C#Visual BasicVisual C++
public interface ICustomFieldFilterExpression : IFilterExpression, 
	IExtendedParameters
Public Interface ICustomFieldFilterExpression _
	Implements IFilterExpression, IExtendedParameters
public interface class ICustomFieldFilterExpression : IFilterExpression, 
	IExtendedParameters
Members
All MembersMethodsProperties



IconMemberDescription
FieldName
Gets the name of the field in the filter expression.

FieldType
Gets or sets the data type of the field in the filter expression.

Operator
Gets the operator in the filter expression.

ToRttpSubjectPart()()()
Provides an internal method that may be used for future extension of the API.
(Inherited from IExtendedParameters.)
Value
Gets or sets the filter expression's value. Records in the container are tested against this value.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)