C# Класс CsvToDataService.Model.LayerFileDescription

Object holding a reference to a layer file (i.e. a DS file) and a readable name or description for this file.
Показать файл Открыть проект

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

Метод Описание
LayerFileDescription ( FileLocation file ) : System

Construct the object based on a file. Automatically derives a default description.

Приватные методы

Метод Описание
GetDefaultDescription ( FileLocation file ) : string

Derive default description from the file name.

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

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

Construct the object based on a file. Automatically derives a default description.
public LayerFileDescription ( FileLocation file ) : System
file csCommon.Utils.IO.FileLocation The file. Note that this file is not accessed in any way.
Результат System