C# 클래스 Rebel.Cms.Web.BuildManagerCodeDelegates.CodeDelegatesCollection

Allows for registration of Code snippet delegates for the CodeDelegateVirtualPathProvider to find
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
TryAdd ( string virtualPathId, Func codeDelegate ) : bool
TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>

비공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

TryAdd() 공개 정적인 메소드

public static TryAdd ( string virtualPathId, Func codeDelegate ) : bool
virtualPathId string
codeDelegate Func
리턴 bool

TryGetDelegateMethod() 공개 정적인 메소드

public static TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>
virtualPathId string
리턴 AttemptTuple>