LimitFilter Members
Include Protected Members
Include Inherited Members
Represents a Limit filter in theBusiness Data Connectivity (BDC) service.
The LimitFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LimitFilter | This member is reserved for internal use and is not intended to be used directly from your code.. Creates a Limit filter. |
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 value of the limit filter item at the specified index. The index must be zero. (Overrides UserInputFilter.Item[Int32].) | |
LocalizedDisplayName | Gets the localized display name. (Inherited from FilterBase.) | |
Name | Gets the filter base name. (Inherited from FilterBase.) | |
Value | Gets or sets the value of this Limit filter. | |
ValueCount | Gets the value of the Limit filter. The value of this property is always 1. (Overrides UserInputFilter.ValueCount.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
GetFilterValueTypeDescriptorsType | Gets the type described by the filter's TypeDescriptor. (Inherited from UserInputFilter.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetValueType | Gets the type of the filter value. Always returns typeof(uint). (Overrides UserInputFilter.GetValueType().) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top