Interface ISolutionFolderSerialize
- 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
FullPathFolder
Gets or sets the full path to the solution folder on disk.
string FullPathFolder { get; set; }
Property Value
LongName
Gets the long name of the solution (typically includes parent folder).
string LongName { get; }
Property Value
NameSolution
Gets the solution name (folder name).
string NameSolution { get; }
Property Value
RunOne
Gets the command to run/launch this solution.
string RunOne { get; }
Property Value
ShortName
Gets the short name of the solution.
string ShortName { get; }
Property Value
Methods
ToString()
Returns a string representation of the solution folder.
string ToString()
Returns
- string
String representation.