C# Class Castle.MonoRail.Framework.Internal.ResourceDescriptor

Represents a resource configuration associated with a controller.
ファイルを表示 Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
ResourceDescriptor ( Type resourceType, string name, string resourceName, string cultureName, string assemblyName ) : System

Initializes a new instance of the ResourceDescriptor class.

Method Details

ResourceDescriptor() public method

Initializes a new instance of the ResourceDescriptor class.
public ResourceDescriptor ( Type resourceType, string name, string resourceName, string cultureName, string assemblyName ) : System
resourceType System.Type Type that has the resource.
name string The name.
resourceName string Name of the resource.
cultureName string Name of the culture.
assemblyName string Name of the assembly.
return System