C# Class BlackLinks.Templates.TemplateSource

Afficher le fichier Open project: heapsource/BlackLinks Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
FromFile ( string filePath, string discoveryPath ) : TemplateSource
FromResource ( Assembly targetAssembly, string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
FromResource ( string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
TemplateSource ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FromFile() public static méthode

public static FromFile ( string filePath, string discoveryPath ) : TemplateSource
filePath string
discoveryPath string
Résultat TemplateSource

FromResource() public static méthode

public static FromResource ( Assembly targetAssembly, string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
targetAssembly System.Reflection.Assembly
fullyQualifiedResourcePath string
discoveryPath string
Résultat TemplateSource

FromResource() public static méthode

public static FromResource ( string fullyQualifiedResourcePath, string discoveryPath ) : TemplateSource
fullyQualifiedResourcePath string
discoveryPath string
Résultat TemplateSource

TemplateSource() public méthode

public TemplateSource ( ) : System
Résultat System