C# Class Castle.MonoRail.Framework.ResourceAttribute

Inheritance: System.Attribute, IResourceDescriptorBuilder
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method 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 method

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

ResourceAttribute() public method

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
return System