C# Class Rebel.Cms.Web.BuildManagerCodeDelegates.CodeDelegatesCollection

Allows for registration of Code snippet delegates for the CodeDelegateVirtualPathProvider to find
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
TryAdd ( string virtualPathId, Func codeDelegate ) : bool
TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>

Private Methods

Méthode Description
Clear ( ) : void

Method Details

TryAdd() public static méthode

public static TryAdd ( string virtualPathId, Func codeDelegate ) : bool
virtualPathId string
codeDelegate Func
Résultat bool

TryGetDelegateMethod() public static méthode

public static TryGetDelegateMethod ( string virtualPathId ) : AttemptTuple>
virtualPathId string
Résultat AttemptTuple>