CombinedFilterInfo Class

Represents information about a filter that is the combination of two or more filters.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.FilterInfo
    Microsoft.Synchronization.CombinedFilterInfo

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Class CombinedFilterInfo _
    Inherits FilterInfo
'Usage
Dim instance As CombinedFilterInfo
public class CombinedFilterInfo : FilterInfo
public ref class CombinedFilterInfo : public FilterInfo
type CombinedFilterInfo =  
    class
        inherit FilterInfo
    end
public class CombinedFilterInfo extends FilterInfo

The CombinedFilterInfo type exposes the following members.

Constructors

  Name Description
Public method CombinedFilterInfo Initializes a new instance of the CombinedFilterInfo class that contains the specified filters and a value that indicates the way to combine them.

Top

Properties

  Name Description
Public property CombinationType Gets a value that indicates the way the filters are combined.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetFilterInfo Gets the filter information that is identified by the specified filter index.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize When overridden in a derived class, serializes the filter information to an array of bytes. (Inherited from FilterInfo.)
Public method ToString (Inherited from Object.)

Top

Remarks

The only type of combined filter that is supported is an intersection of two filters.

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

Reference

Microsoft.Synchronization Namespace