C# 클래스 SUP.AppFile

A File which is part of the Aplication and is on the System
상속: FileBase
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
AppFile ( string sysPath, double versionID, int fileID ) : System

Default Constructor

GetAppFiles ( string file ) : IEnumerable

Gets the list of appfiles from

메소드 상세

AppFile() 공개 메소드

Default Constructor
public AppFile ( string sysPath, double versionID, int fileID ) : System
sysPath string Path of the File on the System
versionID double the Version ID
fileID int
리턴 System

GetAppFiles() 공개 정적인 메소드

Gets the list of appfiles from
public static GetAppFiles ( string file ) : IEnumerable
file string
리턴 IEnumerable