Class FileDataSource

信息

表示插件的加载和保存操作的文件数据。

public sealed class FileDataSource : IDataSource

继承

objectFileDataSource

实现

继承的成员

构造函数

FileDataSource(string)

使用指定路径初始化新的文件数据源。

public FileDataSource(string path)

参数

  • path string: 表示源文件路径的字符串。

属性

DataType

数据源的类型。

public DataType DataType { get; }

属性值

DataType

Path

获取当前数据文件的路径。

public string Path { get; }

属性值

string

命名空间: Documentize 程序集: Documentize.dll

 中文