C# 클래스 BlogTalkRadio.Tools.CFT.Conventions

파일 보기 프로젝트 열기: benjamine/CFT

공개 프로퍼티들

프로퍼티 타입 설명
DefaultName string
FilePattern string
NameSeparator string

프로퍼티 상세

DefaultName 공개적으로 프로퍼티

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

FilePattern 공개적으로 프로퍼티

Indicates how the config filenames will be constructed
public string FilePattern
리턴 string

NameSeparator 공개적으로 프로퍼티

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