C# 클래스 _3PA.MainFeatures.Pro.FileToDeploy

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( string origin, string @from, string to ) : FileToDeploy

Returns a copy if this object, setting properties in the meantime

FileToDeploy ( string targetDir, DeployType deployType, bool finalDeploy ) : System
Set ( string origin, string @from, string to ) : FileToDeploy

메소드 상세

Copy() 공개 메소드

Returns a copy if this object, setting properties in the meantime
public Copy ( string origin, string @from, string to ) : FileToDeploy
origin string
@from string
to string
리턴 FileToDeploy

FileToDeploy() 공개 메소드

public FileToDeploy ( string targetDir, DeployType deployType, bool finalDeploy ) : System
targetDir string
deployType DeployType
finalDeploy bool
리턴 System

Set() 공개 메소드

public Set ( string origin, string @from, string to ) : FileToDeploy
origin string
@from string
to string
리턴 FileToDeploy