Table of Contents

Interface ISolutionFolderSerialize

Namespace
SunamoDevCode.SunamoSolutionsIndexer.Interfaces
Assembly
SunamoDevCode.dll

Interface for serializable solution folder data

public interface ISolutionFolderSerialize
Extension Methods

Properties

DisplayedText

Gets or sets the text displayed in UI for this solution folder.

string DisplayedText { get; set; }

Property Value

string

FullPathFolder

Gets or sets the full path to the solution folder on disk.

string FullPathFolder { get; set; }

Property Value

string

LongName

Gets the long name of the solution (typically includes parent folder).

string LongName { get; }

Property Value

string

NameSolution

Gets the solution name (folder name).

string NameSolution { get; }

Property Value

string

RunOne

Gets the command to run/launch this solution.

string RunOne { get; }

Property Value

string

ShortName

Gets the short name of the solution.

string ShortName { get; }

Property Value

string

Methods

ToString()

Returns a string representation of the solution folder.

string ToString()

Returns

string

String representation.