C# Class Castle.MonoRail.Framework.ResourceAttribute

Inheritance: System.Attribute, IResourceDescriptorBuilder
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
BuildResourceDescriptors ( ) : Castle.MonoRail.Framework.Internal.ResourceDescriptor[]

IResourceDescriptorBuilder implementation. Builds the resource descriptors.

ResourceAttribute ( String name, String resourceName ) : System

Constructs a resource attribute, with the specified name, based on the resource in a satellite assembly.

Method Details

BuildResourceDescriptors() public méthode

IResourceDescriptorBuilder implementation. Builds the resource descriptors.
public BuildResourceDescriptors ( ) : Castle.MonoRail.Framework.Internal.ResourceDescriptor[]
Résultat Castle.MonoRail.Framework.Internal.ResourceDescriptor[]

ResourceAttribute() public méthode

Constructs a resource attribute, with the specified name, based on the resource in a satellite assembly.
public ResourceAttribute ( String name, String resourceName ) : System
name String Name the resource will be available as in the PropertyBag
resourceName String Fully qualified name of the resource in the sattelite assembly
Résultat System