C# 클래스 PowerDeploy.Core.Template.VariableUsage

Used for a usage of a variable. The followings notation is supported: ${Var} Simple usage of a variable with the name Var. ${Var=Tobi} If Var is not set, then use Tobi as default value ${Var=Tobi_$[env]} Default values may contain other variables. Use [ and ] instead of { }
파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy 1 사용 예제들

공개 메소드들

메소드 설명
GetValueOrDefault ( IEnumerable variables ) : string
VariableUsage ( string usage, IEnumerable variables ) : System

비공개 메소드들

메소드 설명
ParseUsage ( string usage, IEnumerable variables ) : void

메소드 상세

GetValueOrDefault() 공개 메소드

public GetValueOrDefault ( IEnumerable variables ) : string
variables IEnumerable
리턴 string

VariableUsage() 공개 메소드

public VariableUsage ( string usage, IEnumerable variables ) : System
usage string
variables IEnumerable
리턴 System