C# 클래스 Spring.Objects.Factory.Support.DefaultObjectDefinitionFactory

상속: IObjectDefinitionFactory
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateObjectDefinition ( string typeName, string parent, AppDomain domain ) : AbstractObjectDefinition

Factory style method for getting concrete IConfigurableObjectDefinition instances.

If no parent is specified, a RootObjectDefinition is created, otherwise a ChildObjectDefinition.

메소드 상세

CreateObjectDefinition() 공개 메소드

Factory style method for getting concrete IConfigurableObjectDefinition instances.
If no parent is specified, a RootObjectDefinition is created, otherwise a ChildObjectDefinition.
public CreateObjectDefinition ( string typeName, string parent, AppDomain domain ) : AbstractObjectDefinition
typeName string The of the defined object.
parent string The name of the parent object definition (if any).
domain System.AppDomain The against which any class names /// will be resolved into instances.
리턴 AbstractObjectDefinition