Class FolderEntryDB
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a folder entry in a database with an ID and relative path.
public class FolderEntryDB : FolderEntry
- Inheritance
-
FolderEntryDB
- Inherited Members
- Extension Methods
Constructors
FolderEntryDB(int, string)
Initializes a new instance of the FolderEntryDB class with an ID and relative path.
public FolderEntryDB(int id, string relativePath)
Parameters
idintThe unique identifier for the folder entry.
relativePathstringThe relative path of the folder.
FolderEntryDB(string)
Initializes a new instance of the FolderEntryDB class with only a relative path.
public FolderEntryDB(string relativePath)
Parameters
relativePathstringThe relative path of the folder.
Properties
ID
Gets or sets the unique identifier for the folder entry in the database.
public int ID { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
The relative path of the folder.