C# Class _3PA.MainFeatures.Pro.DeployProfile

Datei anzeigen Open project: jcaillon/3P Class Usage Examples

Public Properties

Property Type Description
AutoUpdateSourceDir bool
ExploreRecursively bool
ForceSingleProcess bool
Name string
NumberProcessPerCore int
OnlyGenerateRcode bool
SourceDirectory string

Public Methods

Method Description
DeployProfile ( ) : System
DeployProfile ( DeployProfile profile ) : System

Allows to do a hard copy

Import ( ) : void

Resets the list to read it again

Method Details

DeployProfile() public method

public DeployProfile ( ) : System
return System

DeployProfile() public method

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

Import() public static method

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

Property Details

AutoUpdateSourceDir public_oe property

public bool AutoUpdateSourceDir
return bool

ExploreRecursively public_oe property

public bool ExploreRecursively
return bool

ForceSingleProcess public_oe property

public bool ForceSingleProcess
return bool

Name public_oe property

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

NumberProcessPerCore public_oe property

public int NumberProcessPerCore
return int

OnlyGenerateRcode public_oe property

public bool OnlyGenerateRcode
return bool

SourceDirectory public_oe property

public string SourceDirectory
return string