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

Represents a resource configuration associated with a controller.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System