C# 클래스 Fasdr.Backend.Entry

파일 보기 프로젝트 열기: kelleyma49/fasdr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Separator char
cInvalid long

공개 메소드들

메소드 설명
CalculateFrecency ( ) : double
Entry ( string fullPath, long frequency, System.DateTime lastAccessTime, bool isLeaf ) : System
Entry ( string fullPath, long frequency, long lastAccessTimeUtc, bool isLeaf ) : System
FromString ( string line ) : Entry
ToString ( ) : string

메소드 상세

CalculateFrecency() 공개 메소드

public CalculateFrecency ( ) : double
리턴 double

Entry() 공개 메소드

public Entry ( string fullPath, long frequency, System.DateTime lastAccessTime, bool isLeaf ) : System
fullPath string
frequency long
lastAccessTime System.DateTime
isLeaf bool
리턴 System

Entry() 공개 메소드

public Entry ( string fullPath, long frequency, long lastAccessTimeUtc, bool isLeaf ) : System
fullPath string
frequency long
lastAccessTimeUtc long
isLeaf bool
리턴 System

FromString() 공개 정적인 메소드

public static FromString ( string line ) : Entry
line string
리턴 Entry

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Separator 공개적으로 정적으로 프로퍼티

public static char Separator
리턴 char

cInvalid 공개적으로 정적으로 프로퍼티

public static long cInvalid
리턴 long