C# Class BlogTalkRadio.Tools.CFT.Conventions

Afficher le fichier Open project: benjamine/CFT

Méthodes publiques

Свойство Type Description
DefaultName string
FilePattern string
NameSeparator string

Property Details

DefaultName public_oe property

Name of the file used as base for transformations. eg. if "Default" a file named "Web.Default.config" will be used
public string DefaultName
Résultat string

FilePattern public_oe property

Indicates how the config filenames will be constructed
public string FilePattern
Résultat string

NameSeparator public_oe property

Separator for config names, this allows to apply cascading transformations (eg. "production", "production-amazon", "production-amazon-bside")
public string NameSeparator
Résultat string