ModuleListPageFilter Class

 

Provides a container for filter properties that are applied to a ModuleListPage object.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.ModuleListPageFilter

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class ModuleListPageFilter

NameDescription
System_CAPS_pubmethodModuleListPageFilter(String)

Initializes a new instance of the ModuleListPageFilter class with the specified filter description.

System_CAPS_pubmethodModuleListPageFilter(String, Boolean)

Initializes a new instance of the ModuleListPageFilter class with the specified filter description and remove-filter status.

NameDescription
System_CAPS_pubpropertyCanRemove

Gets a value indicating whether the filter can be removed.

System_CAPS_pubpropertyDescription

Gets the description of the filter.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: