Table of Contents

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

id int

The unique identifier for the folder entry.

relativePath string

The 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

relativePath string

The 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

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

The relative path of the folder.