Class FileData

信息

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

public sealed class FileData : IData

继承

objectFileData

实现

继承的成员

构造函数

FileData(string)

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

public FileData(string path)

参数

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

属性

DataType

数据源的类型。

public DataType DataType { get; }

属性值

DataType

Path

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

public string Path { get; }

属性值

string

Namespace: Documentize Assembly: Documentize.dll

 中文