CombinedFilterInfo Class

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

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

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

public class CombinedFilterInfo : FilterInfo

The CombinedFilterInfo type exposes the following members.

  NameDescription
Public methodCombinedFilterInfoInitializes a new instance of the CombinedFilterInfo class that contains the specified filters and a value that indicates the way to combine them.
Top

  NameDescription
Public propertyCombinationTypeGets a value that indicates the way the filters are combined.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetFilterInfoGets the filter information that is identified by the specified filter index.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeWhen overridden in a derived class, serializes the filter information to an array of bytes. (Inherited from FilterInfo.)
Public methodToString (Inherited from Object.)
Top

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

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