C# Class NArrange.Core.Configuration.FileAttributeExpression

File attribute expression.
Inheritance: LeafExpression
Mostrar archivo Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
FileAttributeExpression ( FileAttributeType fileAttribute ) : System.Threading

Creates a new element attribute expression.

ToString ( ) : string

Gets the string representation of this expression.

Method Details

FileAttributeExpression() public method

Creates a new element attribute expression.
public FileAttributeExpression ( FileAttributeType fileAttribute ) : System.Threading
fileAttribute FileAttributeType The file attribute.
return System.Threading

ToString() public method

Gets the string representation of this expression.
public ToString ( ) : string
return string