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.
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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