클래스 디렉토리 데이터 소스

참고

플러그인의 로드 및 저장 작업을 위한 디렉토리 데이터를 나타냅니다.

public sealed class DirectoryDataSource : IDataSource  

상속

object
DirectoryDataSource

구현

상속된 멤버

생성자

DirectoryDataSource(string)

지정된 경로로 새 디렉토리 데이터를 초기화합니다.

public DirectoryDataSource(string path)  

매개변수

  • path string: 디렉토리 경로를 나타내는 문자열입니다.

속성

DataType

데이터 소스의 유형입니다.

public DataType DataType { get; }  

속성 값

DataType

Path

현재 데이터의 디렉토리 경로를 가져옵니다.

public string Path { get; }  

속성 값

string

네임스페이스: Documentize
어셈블리: Documentize.dll

 한국어