IInputOutputFilter Members

Include Protected Members
Include Inherited Members

Represents a filter that has both an input value and an output value.

The IInputOutputFilter type exposes the following members.

Properties

  Name Description
Public property FilterDescriptor Gets the filter descriptor associated with this filter. (Inherited from IFilter.)
Public property Item Gets or sets value of the filter at the given index. (Inherited from IUserInputFilter.)
Public property LocalizedDisplayName Gets the localized display name of this filter. (Inherited from IFilter.)
Public property OutputTypeDescriptor Gets the type descriptor corresponding to the data structure that stores the return value. (Inherited from IOutputFilter.)
Public property Value Gets the return value. (Inherited from IOutputFilter.)
Public property ValueCount Gets the number of values for this filter. (Inherited from IUserInputFilter.)

Top

Methods

  Name Description
Public method GetValueType Returns the type of the value of this filter. (Inherited from IUserInputFilter.)

Top

See Also

Reference

IInputOutputFilter Interface

Microsoft.BusinessData.Runtime Namespace