C# 클래스 XG.Business.Helper.FileActions

파일 보기 프로젝트 열기: lformella/xdcc-grabscher

공개 메소드들

메소드 설명
FinishFile ( XG aFile ) : void
FireNotificationAdded ( Notification aType, AObject aObject ) : void
GetFileOrCreateNew ( string aName, System.Int64 aSize ) : File
TryGetFile ( string aName, System.Int64 aSize ) : File

비공개 메소드들

메소드 설명
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

메소드 상세

FinishFile() 공개 정적인 메소드

public static FinishFile ( XG aFile ) : void
aFile XG
리턴 void

FireNotificationAdded() 공개 정적인 메소드

public static FireNotificationAdded ( Notification aType, AObject aObject ) : void
aType XG.Model.Domain.Notification
aObject AObject
리턴 void

GetFileOrCreateNew() 공개 정적인 메소드

public static GetFileOrCreateNew ( string aName, System.Int64 aSize ) : File
aName string
aSize System.Int64
리턴 XG.Model.Domain.File

TryGetFile() 공개 정적인 메소드

public static TryGetFile ( string aName, System.Int64 aSize ) : File
aName string
aSize System.Int64
리턴 XG.Model.Domain.File