FilterInfo Class
When overridden in a derived class, represents information about the filter used to control the data that is included in a ChangeBatch object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The FilterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Serialize | When overridden in a derived class, serializes the filter information to an array of bytes. |
![]() | ToString | (Inherited from Object.) |
When the source provider uses a filter to restrict the data that is contained in a change batch, the provider must attach information about the filter to the ChangeBatch object. The filter information is represented by a FilterInfo object. The FilterInfo object is attached to the ChangeBatch object by using ChangeBatch(SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, FilterInfo) to create the change batch object.
Note |
|---|
Custom implementations of this abstract class are not supported. |
Show:
