LocalFileSystemEventFilterDef Class |
Namespace: ShellBoost.Core.Synchronization
public class LocalFileSystemEventFilterDef : IEquatable<LocalFileSystemEventFilterDef>
The LocalFileSystemEventFilterDef type exposes the following members.
Name | Description | |
---|---|---|
![]() | LocalFileSystemEventFilterDef |
Initializes a new instance of the LocalFileSystemEventFilterDef class.
|
Name | Description | |
---|---|---|
![]() | Action |
Gets or sets the optional action to match.
|
![]() | Count |
Gets or sets the effective matches count.
|
![]() | HasReachedMaximum |
Gets a value indicating whether this instance has reached the maximum count, if MaximumCount is defined.
|
![]() | MaximumCount |
Gets or sets the maximum count.
|
![]() | OldPath |
Gets or sets the optional old path to match.
|
![]() | Path |
Gets or sets the optional path to match.
|
Name | Description | |
---|---|---|
![]() | Equals(LocalFileSystemEventFilterDef) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | Matches |
Determines if the input event must be filtered.
|
![]() | ToString |
Converts to string.
(Overrides ObjectToString.) |