FilterConfig Class
Describes the filter configuration for the ListProvider<TBusinessObject> object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal.FilterConfig
Syntax
public class FilterConfig
public ref class FilterConfig
Public Class FilterConfig
Constructors
Name | Description | |
---|---|---|
![]() |
FilterConfig() | Creates a new instance of the FilterConfig class. |
Properties
Name | Description | |
---|---|---|
![]() |
Filterable | Gets and sets a value that determines if the filter is active; |
![]() |
WaterMarkText | Gets and sets the watermark text. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal Namespace
Return to top