C# Класс btswebdoc.Model.Manifest

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Load ( string exportPath ) : Manifest
Manifest ( System.DateTime id, string server, string database, string comment = null, string environment = null ) : System
Save ( string exportPath ) : void

Описание методов

Load() публичный статический Метод

public static Load ( string exportPath ) : Manifest
exportPath string
Результат Manifest

Manifest() публичный Метод

public Manifest ( System.DateTime id, string server, string database, string comment = null, string environment = null ) : System
id System.DateTime
server string
database string
comment string
environment string
Результат System

Save() публичный Метод

public Save ( string exportPath ) : void
exportPath string
Результат void