C# Class XG.Business.Helper.FileActions

Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
FinishFile ( XG aFile ) : void
FireNotificationAdded ( Notification aType, AObject aObject ) : void
GetFileOrCreateNew ( string aName, System.Int64 aSize ) : File
TryGetFile ( string aName, System.Int64 aSize ) : File

Private Methods

Méthode Description
HandleFile ( string aFile ) : void
OnRemoveFile ( object aSender, AObject>.EventArgs aEventArgs ) : void
RunFileHandlerProcess ( FileHandlerProcess aHandler, string aPath, string aFolder, string aFile, string aFileName, string aFileExtension ) : void

Method Details

FinishFile() public static méthode

public static FinishFile ( XG aFile ) : void
aFile XG
Résultat void

FireNotificationAdded() public static méthode

public static FireNotificationAdded ( Notification aType, AObject aObject ) : void
aType XG.Model.Domain.Notification
aObject AObject
Résultat void

GetFileOrCreateNew() public static méthode

public static GetFileOrCreateNew ( string aName, System.Int64 aSize ) : File
aName string
aSize System.Int64
Résultat XG.Model.Domain.File

TryGetFile() public static méthode

public static TryGetFile ( string aName, System.Int64 aSize ) : File
aName string
aSize System.Int64
Résultat XG.Model.Domain.File