|
EasySign BETA
Digital Signing Tool
|
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. | |
Represents an abstract base class for folder entries.
Definition at line 7 of file FolderEntry.cs.
Initializes a new instance of the FolderEntry class.
| fullPath | The full path of the folder entry. |
| root | The 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.
|
get |
Gets the full path of the folder entry.
Definition at line 23 of file FolderEntry.cs.
Referenced by SAPTeam.EasySign.UnifiedPath.FolderEntry.FolderEntry().
|
get |
Gets the relative path of the folder entry from the root.
Definition at line 28 of file FolderEntry.cs.
|
getprotected |
Gets the root path of the folder entry.
Definition at line 33 of file FolderEntry.cs.
Referenced by SAPTeam.EasySign.UnifiedPath.FolderEntry.FolderEntry().