mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修改注释。
This commit is contained in:
parent
eee153f17a
commit
eea74156cd
@ -14,7 +14,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
|
||||
public class RemoteDirectoryEntry : IUnixDirectoryEntry
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="DotNetDirectoryEntry"/> class.
|
||||
/// Initializes a new instance of the <see cref="RemoteDirectoryEntry"/> class.
|
||||
/// </summary>
|
||||
/// <param name="fileSystem">The file system this entry belongs to</param>
|
||||
/// <param name="dirInfo">The <see cref="DirectoryInfo"/> to extract the information from</param>
|
||||
|
||||
@ -13,7 +13,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
|
||||
public class RemoteFileEntry : IUnixFileEntry
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="DotNetFileEntry"/> class.
|
||||
/// Initializes a new instance of the <see cref="RemoteFileEntry"/> class.
|
||||
/// </summary>
|
||||
/// <param name="fileSystem">The file system this entry belongs to</param>
|
||||
/// <param name="info">The <see cref="FileInfo"/> to extract the information from</param>
|
||||
|
||||
@ -17,7 +17,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
|
||||
private bool _disposedValue;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="DotNetFileSystem"/> class.
|
||||
/// Initializes a new instance of the <see cref="RemoteFileSystem"/> class.
|
||||
/// </summary>
|
||||
/// <param name="rootPath">The path to use as root</param>
|
||||
/// <param name="allowNonEmptyDirectoryDelete">Allow deletion of non-empty directories?</param>
|
||||
|
||||
@ -16,7 +16,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
|
||||
private readonly bool _useUserIdAsSubFolder;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="DotNetFileSystemProvider"/> class.
|
||||
/// Initializes a new instance of the <see cref="RemoteFileSystemProvider"/> class.
|
||||
/// </summary>
|
||||
/// <param name="rootPath">The root path for all users</param>
|
||||
public RemoteFileSystemProvider(string rootPath)
|
||||
@ -25,7 +25,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="DotNetFileSystemProvider"/> class.
|
||||
/// Initializes a new instance of the <see cref="RemoteFileSystemProvider"/> class.
|
||||
/// </summary>
|
||||
/// <param name="rootPath">The root path for all users</param>
|
||||
/// <param name="useUserIdAsSubFolder">Use the user id as subfolder?</param>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user