C# 클래스 Serenity.CodeGenerator.CodeFileHelper

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Kdiff3Path string
Overwrite bool?
TFPath string
TFSIntegration bool
TSCPath string

공개 메소드들

메소드 설명
CheckoutAndWrite ( string file, byte contents, bool addToSourceControl ) : void
CheckoutAndWrite ( string file, string contents, bool addToSourceControl ) : void
ExecuteTFCommand ( string file, string command ) : void
ExecuteTSC ( string workingDirectory, string arguments ) : void
FileContentsEqual ( string file1, string file2 ) : bool
MergeChanges ( string backup, string file ) : void
SetupTFSIntegration ( string tfPath ) : void
SetupTSCPath ( string tscPath ) : void
StreamsContentsAreEqual ( Stream stream1, Stream stream2 ) : bool
ToUTF8BOM ( string s ) : byte[]

비공개 메소드들

메소드 설명
InsertDefinition ( string file, string type, string key, string code ) : bool

메소드 상세

CheckoutAndWrite() 공개 정적인 메소드

public static CheckoutAndWrite ( string file, byte contents, bool addToSourceControl ) : void
file string
contents byte
addToSourceControl bool
리턴 void

CheckoutAndWrite() 공개 정적인 메소드

public static CheckoutAndWrite ( string file, string contents, bool addToSourceControl ) : void
file string
contents string
addToSourceControl bool
리턴 void

ExecuteTFCommand() 공개 정적인 메소드

public static ExecuteTFCommand ( string file, string command ) : void
file string
command string
리턴 void

ExecuteTSC() 공개 정적인 메소드

public static ExecuteTSC ( string workingDirectory, string arguments ) : void
workingDirectory string
arguments string
리턴 void

FileContentsEqual() 공개 정적인 메소드

public static FileContentsEqual ( string file1, string file2 ) : bool
file1 string
file2 string
리턴 bool

MergeChanges() 공개 정적인 메소드

public static MergeChanges ( string backup, string file ) : void
backup string
file string
리턴 void

SetupTFSIntegration() 공개 정적인 메소드

public static SetupTFSIntegration ( string tfPath ) : void
tfPath string
리턴 void

SetupTSCPath() 공개 정적인 메소드

public static SetupTSCPath ( string tscPath ) : void
tscPath string
리턴 void

StreamsContentsAreEqual() 공개 정적인 메소드

public static StreamsContentsAreEqual ( Stream stream1, Stream stream2 ) : bool
stream1 Stream
stream2 Stream
리턴 bool

ToUTF8BOM() 공개 정적인 메소드

public static ToUTF8BOM ( string s ) : byte[]
s string
리턴 byte[]

프로퍼티 상세

Kdiff3Path 공개적으로 정적으로 프로퍼티

public static string Kdiff3Path
리턴 string

Overwrite 공개적으로 정적으로 프로퍼티

public static bool? Overwrite
리턴 bool?

TFPath 공개적으로 정적으로 프로퍼티

public static string TFPath
리턴 string

TFSIntegration 공개적으로 정적으로 프로퍼티

public static bool TFSIntegration
리턴 bool

TSCPath 공개적으로 정적으로 프로퍼티

public static string TSCPath
리턴 string