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

CompilerBase.ResourceLinkage Members

CompilerBase.ResourceLinkage overview

Public Instance Constructors

CompilerBase.ResourceLinkage Constructor Initializes a new instance of the CompilerBase.ResourceLinkage class.

Public Instance Properties

ClassName Gets the name of the class (most likely a form) that the resource is associated with.
Culture Gets the culture that the resource is associated with.
HasClassName Gets a value indicating whether a class name is available for this CompilerBase.ResourceLinkage instance.
HasNamespaceName Gets a value indicating whether a namespace name is available for this CompilerBase.ResourceLinkage instance.
IsValid Gets a value indicating whether the CompilerBase.ResourceLinkage instances contains valid data.
NamespaceName Gets the name of namespace the resource is under.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString Returns the resource linkage as a string.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CompilerBase.ResourceLinkage Class | NAnt.DotNet.Tasks Namespace