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

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

보호된 프로퍼티들

프로퍼티 타입 설명
TempPath string
path string

공개 메소드들

메소드 설명
Commit ( ) : void
Dispose ( ) : void
Execute ( ) : void
SingleFileOperation ( string path ) : System

비공개 메소드들

메소드 설명
InnerDispose ( ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

SingleFileOperation() 공개 메소드

public SingleFileOperation ( string path ) : System
path string
리턴 System

프로퍼티 상세

TempPath 보호되어 있는 프로퍼티

protected string TempPath
리턴 string

path 보호되어 있는 프로퍼티

protected string path
리턴 string