C# 클래스 Castle.MonoRail.Framework.ResourceAttribute

상속: System.Attribute, IResourceDescriptorBuilder
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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.

메소드 상세

BuildResourceDescriptors() 공개 메소드

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

ResourceAttribute() 공개 메소드

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
리턴 System