C# 클래스 DevMentor.Context.FileManager.TxFileManager

상속: IFileManager
파일 보기 프로젝트 열기: pmizel/DevMentor.Context.FileContext

공개 메소드들

메소드 설명
GetTempFileName ( ) : string
GetTempFileName ( string extension ) : string
TxFileManager ( ) : System
WriteAllText ( string path, string contents ) : void

비공개 메소드들

메소드 설명
EnlistOperation ( ITransactionsOperation operation ) : void
IsInTransaction ( ) : bool

메소드 상세

GetTempFileName() 공개 메소드

public GetTempFileName ( ) : string
리턴 string

GetTempFileName() 공개 메소드

public GetTempFileName ( string extension ) : string
extension string
리턴 string

TxFileManager() 공개 메소드

public TxFileManager ( ) : System
리턴 System

WriteAllText() 공개 메소드

public WriteAllText ( string path, string contents ) : void
path string
contents string
리턴 void