C# Class TorrentHardLinkHelper.Models.FileModel

Inheritance: EntityModel
ファイルを表示 Open project: harrywong/torrenthardlinkhelper Class Usage Examples

Public Methods

Method Description
FileModel ( ) : System.IO
FileModel ( TorrentFile torrentFile ) : System.IO
FileModel ( string fullName ) : System.IO

Method Details

FileModel() public method

public FileModel ( ) : System.IO
return System.IO

FileModel() public method

public FileModel ( TorrentFile torrentFile ) : System.IO
torrentFile TorrentFile
return System.IO

FileModel() public method

public FileModel ( string fullName ) : System.IO
fullName string
return System.IO