C# 클래스 TorrentHardLinkHelper.Models.EntityModel

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: harrywong/torrenthardlinkhelper 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_entities IList
_fullName string
_locked bool
_name string
_type string

공개 메소드들

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

비공개 메소드들

메소드 설명
FindOrCreateFolder ( FolderModel rootFolder, string path ) : EntityModel

메소드 상세

EntityModel() 공개 메소드

public EntityModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Load() 공개 정적인 메소드

public static Load ( Torrent torrent ) : EntityModel
torrent Torrent
리턴 EntityModel

Load() 공개 정적인 메소드

public static Load ( string path ) : EntityModel
path string
리턴 EntityModel

Load() 공개 정적인 메소드

public static Load ( string title, LocateResult result ) : EntityModel
title string
result TorrentHardLinkHelper.Locate.LocateResult
리턴 EntityModel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 정적인 메소드

public static Update ( EntityModel model, IEnumerable fsFileInfos ) : void
model EntityModel
fsFileInfos IEnumerable
리턴 void

프로퍼티 상세

_entities 보호되어 있는 프로퍼티

protected IList _entities
리턴 IList

_fullName 보호되어 있는 프로퍼티

protected string _fullName
리턴 string

_locked 보호되어 있는 프로퍼티

protected bool _locked
리턴 bool

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string

_type 보호되어 있는 프로퍼티

protected string _type
리턴 string