NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResourceFileSet Members

ResourceFileSet overview

Public Instance Constructors

ResourceFileSet Overloaded. Initializes a new instance of the ResourceFileSet class.

Public Instance Properties

AsIs (inherited from FileSet) Gets the collection of files that will be added to the FileSet without pattern matching or checking if the file exists.
BaseDirectory (inherited from FileSet) The base of the directory of this fileset. The default is the project base directory.
CanBeReferenced (inherited from DataTypeBase) Gets a value indicating whether a reference to the type can be defined.
DefaultExcludes (inherited from FileSet) Indicates whether default excludes should be used or not. The default is true.
DirectoryNames (inherited from FileSet) Gets the collection of directory names that match the fileset.
DynamicPrefix Indicates that prefixes should be dynamically generated by taking the path of the resource relative to the basedir and appending it to the specified prefix.
ExcludeElements (inherited from FileSet) The items to exclude from the fileset.
Excludes (inherited from FileSet) Gets the collection of exclude patterns.
ExcludesFiles (inherited from FileSet) The files from which a list of patterns or files to exclude should be obtained.
FailOnEmpty (inherited from FileSet) When set to true, causes the fileset element to throw a ValidationException when no files match the includes and excludes criteria. The default is false.
FileNames (inherited from FileSet) Gets the collection of file names that match the fileset.
ID (inherited from DataTypeBase) The ID used to be referenced later.
IncludeElements (inherited from FileSet) The items to include in the fileset.
Includes (inherited from FileSet) Gets the collection of include patterns.
IncludesFiles (inherited from FileSet) The files from which a list of patterns or files to include should be obtained.
MostRecentLastWriteTimeFile (inherited from FileSet) Determines the most recently modified file in the fileset (by LastWriteTime of the FileInfo).
Name (inherited from DataTypeBase) Gets the name of the datatype.
NamespaceManager (inherited from Element) Gets or sets the XmlNamespaceManager.
NonResxFiles Gets a FileSet containing all matching non-resx files.
Parent (inherited from Element) Gets or sets the parent of the element.
PathFiles (inherited from FileSet)Missing <summary> documentation for P:NAnt.Core.Types.FileSet.PathFiles
Prefix Indicates the prefix to prepend to the actual resource. This is usually the default namspace of the assembly.
Project (inherited from Element) Gets or sets the Project to which this element belongs.
Properties (inherited from Element) Gets the properties local to this Element and the Project.
RefID (inherited from DataTypeBase) The ID to use as the reference.
ResxFiles Gets a FileSet containing all matching resx files.
ScannedDirectories (inherited from FileSet) Gets the collection of directory names that were scanned for files.
SetExcludes (inherited from FileSet)Obsolete. The items to exclude from the fileset.
SetIncludes (inherited from FileSet)Obsolete. The items to include in the fileset.
SetIncludesList (inherited from FileSet)Obsolete. The files from which a list of patterns or files to include should be obtained.

Public Instance Methods

Clone Creates a shallow copy of the ResourceFileSet.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetManifestResourceNameOverloaded. Gets the manifest resource name for the specified resource file.
GetType (inherited from Object) 
Initialize (inherited from Element) Performs default initialization.
Log (inherited from Element)Overloaded. Logs a message with the given priority.
Reset (inherited from FileSet)Missing <summary> documentation for M:NAnt.Core.Types.FileSet.Reset
Scan (inherited from FileSet)Missing <summary> documentation for M:NAnt.Core.Types.FileSet.Scan
ToString (inherited from FileSet)Missing <summary> documentation for M:NAnt.Core.Types.FileSet.ToString

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace