Summary
    Holds class and namespace information for resource (*.resx) linkage.
    
		- Assembly
 - NAnt
.DotNet .dll  - Namespace
 - NAnt
.DotNet .Tasks  - Base Types
 - 
									
- Object
 
 
							graph BT
	Type-->Base0["Object"]
	Type["CompilerBase.ResourceLinkage"]
class Type type-node
						
					Syntax
public class CompilerBase.ResourceLinkage
			Constructors
| Name | Summary | 
|---|---|
| ResourceLinkage | 
									
    Initializes a new instance of the NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage
    class.
     | 
							
Properties
| Name | Value | Summary | 
|---|---|---|
| ClassName | string | 
									 
    Gets the name of the class (most likely a form) that the resource 
    is associated with.  
     
								 | 
							
| Culture | CultureInfo | 
									 
    Gets the culture that the resource is associated with.
     
								 | 
							
| HasClassName | bool | 
									 
    Gets a value indicating whether a class name is available
    for this  
								NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage instance.
     | 
							
| HasNamespaceName | bool | 
									 
    Gets a value indicating whether a namespace name is available
    for this  
								NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage instance.
     | 
							
| IsValid | bool | 
									 
    Gets a value indicating whether the  
								NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage
    instances contains valid data.
     | 
							
| NamespaceName | string | 
									 
    Gets the name of namespace the resource is under.  
     
								 | 
							
Methods
| Name | Value | Summary | 
|---|---|---|
| ToString | 
								string | 
									 
    Returns the resource linkage as a string.
     
								 | 
							
