Partager via


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
System_CAPS_pubmethod FilterConfig()

Creates a new instance of the FilterConfig class.

Properties

Name Description
System_CAPS_pubproperty Filterable

Gets and sets a value that determines if the filter is active;

System_CAPS_pubproperty WaterMarkText

Gets and sets the watermark text.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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