StreamLink.NET
ExtendedParametersFactory Class
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParametersExtendedParametersFactory
Do not use this class as it is deprecated, use IParametersFactory instead.

The factory that creates instances of IExtendedParameters.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Do not use this class, as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.ParametersFactory instead. The factory that creates instances of Caplin.StreamLink.IParametersFactory instead. The factory that creates instances of Caplin.StreamLink.Subscription.Container.ExtendedParameters.IExtendedParameters.")]
public class ExtendedParametersFactory
<ObsoleteAttribute("Do not use this class, as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.ParametersFactory instead. The factory that creates instances of Caplin.StreamLink.IParametersFactory instead. The factory that creates instances of Caplin.StreamLink.Subscription.Container.ExtendedParameters.IExtendedParameters.")> _
Public Class ExtendedParametersFactory
[ObsoleteAttribute(L"Do not use this class, as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.ParametersFactory instead. The factory that creates instances of Caplin.StreamLink.IParametersFactory instead. The factory that creates instances of Caplin.StreamLink.Subscription.Container.ExtendedParameters.IExtendedParameters.")]
public ref class ExtendedParametersFactory
Members
All MembersConstructorsMethods



IconMemberDescription
ExtendedParametersFactory()()() Obsolete.
Initializes a new instance of the ExtendedParametersFactory class.

CreateFieldFilterExpression(String, FieldFilterExpressionOperator, String) Obsolete.
Do not call this method, it is deprecated. Use CreateFieldFilterExpression(String, FieldFilterExpressionOperator, String). Creates a new expression that filters the records in the container based on the value of a field in the record.

CreateFieldSortRule(String, FieldType, SortOrder) Obsolete.
Do not call this method, it is deprecated. Use CreateFieldSortRule(String, FieldType, SortOrder). Creates a new rule defining how the container records are to be sorted.

CreateLogicalFilterExpression(LogicalFilterExpressionOperator) Obsolete.
Do not call this method, it is deprecated. Use CreateLogicalFilterExpression(LogicalFilterExpressionOperator). Creates a new logical filter expression that filters the records in the container based on the logical combination of two or more IFieldFilterExpressions

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ExtendedParametersFactory

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