C# Class OfficialPlugins.ProjectCopier.CopyManager

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
BeginCopying void
CopyIndividualFile void
GetIfShouldCopyAccordingToDates bool
GetListOfAllFilesToCopy List
PerformCopy void
TryLoadOrCreateSettings bool

Méthodes publiques

Méthode Description
CopyManager ( ) : System
GetWhyCantCopy ( ) : string

Private Methods

Méthode 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 méthode

public CopyManager ( ) : System
Résultat System

GetWhyCantCopy() public méthode

public GetWhyCantCopy ( ) : string
Résultat string