EasySign BETA
Digital Signing Tool
Loading...
Searching...
No Matches
SAPTeam.EasySign.UnifiedPath.FolderEntry Class Referenceabstract

Represents an abstract base class for folder entries. More...

+ Inheritance diagram for SAPTeam.EasySign.UnifiedPath.FolderEntry:

Protected Member Functions

 FolderEntry (OSPath fullPath, OSPath root)
 Initializes a new instance of the FolderEntry class.
 

Properties

OSPath FullPath [get]
 Gets the full path of the folder entry.
 
OSPath Path [get]
 Gets the relative path of the folder entry from the root.
 
OSPath Root [get]
 Gets the root path of the folder entry.
 

Detailed Description

Represents an abstract base class for folder entries.

Definition at line 7 of file FolderEntry.cs.

Constructor & Destructor Documentation

◆ FolderEntry()

SAPTeam.EasySign.UnifiedPath.FolderEntry.FolderEntry ( OSPath fullPath,
OSPath root )
protected

Initializes a new instance of the FolderEntry class.

Parameters
fullPathThe full path of the folder entry.
rootThe root path of the folder entry.

Definition at line 14 of file FolderEntry.cs.

References SAPTeam.EasySign.UnifiedPath.FolderEntry.FullPath, and SAPTeam.EasySign.UnifiedPath.FolderEntry.Root.

Property Documentation

◆ FullPath

OSPath SAPTeam.EasySign.UnifiedPath.FolderEntry.FullPath
get

Gets the full path of the folder entry.

Definition at line 23 of file FolderEntry.cs.

Referenced by SAPTeam.EasySign.UnifiedPath.FolderEntry.FolderEntry().

◆ Path

OSPath SAPTeam.EasySign.UnifiedPath.FolderEntry.Path
get

Gets the relative path of the folder entry from the root.

Definition at line 28 of file FolderEntry.cs.

◆ Root

OSPath SAPTeam.EasySign.UnifiedPath.FolderEntry.Root
getprotected

Gets the root path of the folder entry.

Definition at line 33 of file FolderEntry.cs.

Referenced by SAPTeam.EasySign.UnifiedPath.FolderEntry.FolderEntry().


The documentation for this class was generated from the following file: