Simias::Policy::FileTypeEntry Struct Reference

List used to specify a filter list to the policy. More...

List of all members.

Public Member Functions

 FileTypeEntry (string fileName, bool allowed)
 Initializes an instance of the object.
 FileTypeEntry (string fileName, bool allowed, bool ignoreCase)
 Initializes an instance of the object.

Properties

string Name [get]
 Gets the filter extension name.
bool Allowed [get]
 Gets whether filter extension is allowed or disallowed through the filter.
bool IgnoreCase [get]
 Gets whether the filter comparision will be case-insensitive.


Detailed Description

List used to specify a filter list to the policy.


Constructor & Destructor Documentation

Simias::Policy::FileTypeEntry::FileTypeEntry ( string  fileName,
bool  allowed 
) [inline]

Initializes an instance of the object.

Parameters:
fileName Filename to use as a filter. Can be a regular expression.
allowed If true then all files that have extensions that match the fileNameExtension parameter will be allowed to pass through the filter.

Simias::Policy::FileTypeEntry::FileTypeEntry ( string  fileName,
bool  allowed,
bool  ignoreCase 
) [inline]

Initializes an instance of the object.

Parameters:
fileName Filename to use as a filter. Can be a regular expression.
allowed If true then all files that have extensions that match the fileNameExtension parameter will be allowed to pass through the filter.
ignoreCase If true filter comparision will be case-insensitive.


Property Documentation

string Simias::Policy::FileTypeEntry::Name [get]

Gets the filter extension name.

bool Simias::Policy::FileTypeEntry::Allowed [get]

Gets whether filter extension is allowed or disallowed through the filter.

bool Simias::Policy::FileTypeEntry::IgnoreCase [get]

Gets whether the filter comparision will be case-insensitive.


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

Generated on Wed Apr 8 14:49:52 2009 for simias by  doxygen 1.5.6