C# 클래스 Fasdr.Backend.Database

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

공개 프로퍼티들

프로퍼티 타입 설명
ConfigDir string
ConfigFileName string
ConfigFilePrefix string
ConfigPath string
DefaultConfigDir string

공개 메소드들

메소드 설명
AddEntry ( string providerName, string fullPath, Predicate checkIsLeaf ) : bool
Database ( IFileSystem fileSystem, string configDir = null ) : System
GetEntries ( string providerName, Entry &entries ) : bool
GetProviderDatabaseLocation ( string providerName ) : string
Load ( ) : void
RemoveEntry ( string providerName, string fullPath ) : bool
Save ( int maxEntries ) : void

비공개 메소드들

메소드 설명
Database ( ) : System

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( string providerName, string fullPath, Predicate checkIsLeaf ) : bool
providerName string
fullPath string
checkIsLeaf Predicate
리턴 bool

Database() 공개 메소드

public Database ( IFileSystem fileSystem, string configDir = null ) : System
fileSystem IFileSystem
configDir string
리턴 System

GetEntries() 공개 메소드

public GetEntries ( string providerName, Entry &entries ) : bool
providerName string
entries Entry
리턴 bool

GetProviderDatabaseLocation() 공개 메소드

public GetProviderDatabaseLocation ( string providerName ) : string
providerName string
리턴 string

Load() 공개 메소드

public Load ( ) : void
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( string providerName, string fullPath ) : bool
providerName string
fullPath string
리턴 bool

Save() 공개 메소드

public Save ( int maxEntries ) : void
maxEntries int
리턴 void

프로퍼티 상세

ConfigDir 공개적으로 프로퍼티

public string ConfigDir
리턴 string

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

public static string ConfigFileName
리턴 string

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

public static string ConfigFilePrefix
리턴 string

ConfigPath 공개적으로 프로퍼티

public string ConfigPath
리턴 string

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

public static string DefaultConfigDir
리턴 string