C# 클래스 UT.Vend.BLL.utVend2

파일 보기 프로젝트 열기: CISC181/VolTeerNET

공개 메소드들

메소드 설명
GetExcelFiles ( ) : List
getConnectionString ( ) : string
setIdentityInsert ( SqlCommand command, string table, string value ) : void

비공개 메소드들

메소드 설명
InsertProjectData ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
RemoveAllData ( ) : void
TestProject ( ) : void

메소드 상세

GetExcelFiles() 공개 정적인 메소드

public static GetExcelFiles ( ) : List
리턴 List

getConnectionString() 공개 정적인 메소드

public static getConnectionString ( ) : string
리턴 string

setIdentityInsert() 공개 정적인 메소드

public static setIdentityInsert ( SqlCommand command, string table, string value ) : void
command System.Data.SqlClient.SqlCommand
table string
value string
리턴 void