C# Class NuGet.Services.Operations.Config.FileSystemConfigTemplateSource

Inheritance: ConfigTemplateSource
Afficher le fichier Open project: NuGet/NuGet.Operations Class Usage Examples

Méthodes publiques

Свойство Type Description
AbsoluteAppModelType string
RelativeAppModelType string

Méthodes publiques

Méthode Description
FileSystemConfigTemplateSource ( string rootDirectory ) : System
ReadConfigTemplate ( Service service ) : string

Method Details

FileSystemConfigTemplateSource() public méthode

public FileSystemConfigTemplateSource ( string rootDirectory ) : System
rootDirectory string
Résultat System

ReadConfigTemplate() public méthode

public ReadConfigTemplate ( Service service ) : string
service NuGet.Services.Operations.Model.Service
Résultat string

Property Details

AbsoluteAppModelType public_oe static_oe property

public static string AbsoluteAppModelType
Résultat string

RelativeAppModelType public_oe static_oe property

public static string RelativeAppModelType
Résultat string