C# 클래스 AgentMulder.ReSharper.Domain.Registrations.ComponentRegistration

상속: ComponentRegistrationBase
파일 보기 프로젝트 열기: hmemcpy/AgentMulder

공개 메소드들

메소드 설명
ComponentRegistration ( ITreeNode registrationElement, ITypeElement serviceType, ITypeElement implementationType = null ) : AgentMulder.ReSharper.Domain.Utils
IsSatisfiedBy ( ITypeElement typeElement ) : bool
ToString ( ) : string

메소드 상세

ComponentRegistration() 공개 메소드

public ComponentRegistration ( ITreeNode registrationElement, ITypeElement serviceType, ITypeElement implementationType = null ) : AgentMulder.ReSharper.Domain.Utils
registrationElement ITreeNode
serviceType ITypeElement
implementationType ITypeElement
리턴 AgentMulder.ReSharper.Domain.Utils

IsSatisfiedBy() 공개 메소드

public IsSatisfiedBy ( ITypeElement typeElement ) : bool
typeElement ITypeElement
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string