C# Class TorrentHardLinkHelper.Models.EntityModel

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: harrywong/torrenthardlinkhelper Class Usage Examples

Protected Properties

Свойство Type Description
_entities IList
_fullName string
_locked bool
_name string
_type string

Méthodes publiques

Méthode Description
EntityModel ( ) : System.Collections.Generic
Load ( Torrent torrent ) : EntityModel
Load ( string path ) : EntityModel
Load ( string title, LocateResult result ) : EntityModel
ToString ( ) : string
Update ( EntityModel model, IEnumerable fsFileInfos ) : void

Private Methods

Méthode Description
FindOrCreateFolder ( FolderModel rootFolder, string path ) : EntityModel

Method Details

EntityModel() public méthode

public EntityModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Load() public static méthode

public static Load ( Torrent torrent ) : EntityModel
torrent Torrent
Résultat EntityModel

Load() public static méthode

public static Load ( string path ) : EntityModel
path string
Résultat EntityModel

Load() public static méthode

public static Load ( string title, LocateResult result ) : EntityModel
title string
result TorrentHardLinkHelper.Locate.LocateResult
Résultat EntityModel

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public static méthode

public static Update ( EntityModel model, IEnumerable fsFileInfos ) : void
model EntityModel
fsFileInfos IEnumerable
Résultat void

Property Details

_entities protected_oe property

protected IList _entities
Résultat IList

_fullName protected_oe property

protected string _fullName
Résultat string

_locked protected_oe property

protected bool _locked
Résultat bool

_name protected_oe property

protected string _name
Résultat string

_type protected_oe property

protected string _type
Résultat string