C# 클래스 Castle.MicroKernel.Handlers.HandlerExtensionsUtil

파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
ReleaseExtensionsKey string
ResolveExtensionsKey string

공개 메소드들

메소드 설명
ReleaseExtensions ( this model, bool ensureExists ) : ICollection
ResolveExtensions ( this model, bool ensureExists ) : ICollection

메소드 상세

ReleaseExtensions() 공개 정적인 메소드

public static ReleaseExtensions ( this model, bool ensureExists ) : ICollection
model this
ensureExists bool
리턴 ICollection

ResolveExtensions() 공개 정적인 메소드

public static ResolveExtensions ( this model, bool ensureExists ) : ICollection
model this
ensureExists bool
리턴 ICollection

프로퍼티 상세

ReleaseExtensionsKey 공개적으로 정적으로 프로퍼티

public static string ReleaseExtensionsKey
리턴 string

ResolveExtensionsKey 공개적으로 정적으로 프로퍼티

public static string ResolveExtensionsKey
리턴 string