C# Class OfficialPlugins.ProjectCopier.CopyManager

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
BeginCopying void
CopyIndividualFile void
GetIfShouldCopyAccordingToDates bool
GetListOfAllFilesToCopy List
PerformCopy void
TryLoadOrCreateSettings bool

Public Methods

Method Description
CopyManager ( ) : System
GetWhyCantCopy ( ) : string

Private Methods

Method Description
BeginCopying ( bool shouldSave = true ) : void
CopyIndividualFile ( string targetDirectory, int &processedCount, int &countCopied, int &errorCount, int &skippedCount, int totalCount, string fileUnmodified ) : void
GetIfShouldCopyAccordingToDates ( string fileUnmodified, string destination, CopyingDetermination determination ) : bool
GetListOfAllFilesToCopy ( string whereToCopyFrom ) : List
PerformCopy ( ) : void
TryLoadOrCreateSettings ( ) : bool

Method Details

CopyManager() public method

public CopyManager ( ) : System
return System

GetWhyCantCopy() public method

public GetWhyCantCopy ( ) : string
return string