Class PlainText.File
Inheritance
System.Object
PlainText.File
Assembly: AutoCheck.Core.dll
Syntax
protected class File : object
Constructors
|
Improve this Doc
View Source
File(String, String)
Declaration
public File(string folder, string file)
Parameters
Type |
Name |
Description |
System.String |
folder |
|
System.String |
file |
|
Properties
|
Improve this Doc
View Source
Content
Declaration
public List<string> Content { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderName
Declaration
public string FolderName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderPath
Declaration
public string FolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LineCount
Declaration
public int LineCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WordCount
Declaration
public int WordCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods
ObjectExtensions.DeepClone<T>(T)