Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Core.DirectoryEventArgs Class Reference

Event arguments for directories. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Core.DirectoryEventArgs:
Collaboration diagram for ICSharpCode.SharpZipLib.Core.DirectoryEventArgs:

Public Member Functions

 DirectoryEventArgs (string name, bool hasMatchingFiles)
 Initialize an instance of DirectoryEventArgs.
Public Member Functions inherited from ICSharpCode.SharpZipLib.Core.ScanEventArgs
 ScanEventArgs (string name)
 Initialise a new instance of ScanEventArgs

Properties

bool HasMatchingFiles [get]
 Get a value indicating if the directory contains any matching files or not.
Properties inherited from ICSharpCode.SharpZipLib.Core.ScanEventArgs
string Name [get]
 The file or directory name for this event.
bool ContinueRunning [get, set]
 Get set a value indicating if scanning should continue or not.

Private Attributes

bool hasMatchingFiles_

Detailed Description

Event arguments for directories.

Constructor & Destructor Documentation

◆ DirectoryEventArgs()

ICSharpCode.SharpZipLib.Core.DirectoryEventArgs.DirectoryEventArgs ( string name,
bool hasMatchingFiles )

Initialize an instance of DirectoryEventArgs.

Parameters
nameThe name for this directory.
hasMatchingFilesFlag value indicating if any matching files are contained in this directory.

Member Data Documentation

◆ hasMatchingFiles_

bool ICSharpCode.SharpZipLib.Core.DirectoryEventArgs.hasMatchingFiles_
private

Property Documentation

◆ HasMatchingFiles

bool ICSharpCode.SharpZipLib.Core.DirectoryEventArgs.HasMatchingFiles
get

Get a value indicating if the directory contains any matching files or not.


The documentation for this class was generated from the following file: