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

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

공개 프로퍼티들

프로퍼티 타입 설명
AutoUpdateSourceDir bool
ExploreRecursively bool
ForceSingleProcess bool
Name string
NumberProcessPerCore int
OnlyGenerateRcode bool
SourceDirectory string

공개 메소드들

메소드 설명
DeployProfile ( ) : System
DeployProfile ( DeployProfile profile ) : System

Allows to do a hard copy

Import ( ) : void

Resets the list to read it again

메소드 상세

DeployProfile() 공개 메소드

public DeployProfile ( ) : System
리턴 System

DeployProfile() 공개 메소드

Allows to do a hard copy
public DeployProfile ( DeployProfile profile ) : System
profile DeployProfile
리턴 System

Import() 공개 정적인 메소드

Resets the list to read it again
public static Import ( ) : void
리턴 void

프로퍼티 상세

AutoUpdateSourceDir 공개적으로 프로퍼티

public bool AutoUpdateSourceDir
리턴 bool

ExploreRecursively 공개적으로 프로퍼티

public bool ExploreRecursively
리턴 bool

ForceSingleProcess 공개적으로 프로퍼티

public bool ForceSingleProcess
리턴 bool

Name 공개적으로 프로퍼티

IF YOU ADD A FIELD, DO NOT FORGET TO ALSO ADD THEM IN THE HARD COPY CONSTRUCTOR!!!
public string Name
리턴 string

NumberProcessPerCore 공개적으로 프로퍼티

public int NumberProcessPerCore
리턴 int

OnlyGenerateRcode 공개적으로 프로퍼티

public bool OnlyGenerateRcode
리턴 bool

SourceDirectory 공개적으로 프로퍼티

public string SourceDirectory
리턴 string