UserInputFilter Members
Include Protected Members
Include Inherited Members
Provides a base class for all user input filters that the Business Data Connectivity (BDC) service supports.
The UserInputFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserInputFilter | Creates a new instance of the class by using a FileDescriptor object and a MethodInstance object. |
Top
Properties
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the object contains a localized display name. (Inherited from FilterBase.) | |
FilterDescriptor | Gets the filter descriptor. (Inherited from FilterBase.) | |
Item | Gets or sets the object at the specified index. | |
LocalizedDisplayName | Gets the localized display name. (Inherited from FilterBase.) | |
Name | Gets the filter base name. (Inherited from FilterBase.) | |
ValueCount | Gets the number of values for the user input filter. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFilterValueTypeDescriptorsType | Gets the type of the filter values for TypeDescriptor objects. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
GetValueType | Gets the type of the user input filter value. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top