C# Класс UT.Vend.BLL.utVend2

Показать файл Открыть проект

Открытые методы

Метод Описание
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