Summary
Represents a folder in a MSBuild solution.
- Namespace
- Cake
.Common .Solution - Base Types
-
- object
- SolutionProject
graph BT
Type-->Base0["SolutionProject"]
click Base0 "/api/Cake.Common.Solution/SolutionProject"
Base0-->Base1["object"]
Type["SolutionFolder"]
class Type type-node
Syntax
public sealed class SolutionFolder : SolutionProject
Constructors
Name | Summary |
---|---|
SolutionFolder |
Initializes a new instance of the SolutionFolder class.
|
Fields
Name | Constant Value | Summary |
---|---|---|
TypeIdentifier | {2150E333-8FDC-42A3-9474-1A3956D46DE8} |
Visual Studio project type guid for solution folder.
static
|
Properties
Name | Value | Summary |
---|---|---|
Id | string |
Gets the project identity.
Inherited from SolutionProject
|
Items | List |
Gets Child items of this folder.
|
Name | string |
Gets the project name.
Inherited from SolutionProject
|
Parent | SolutionProject |
Gets the parent project if any, otherwise null.
Inherited from SolutionProject
|
Path | FilePath |
Gets the project path.
Inherited from SolutionProject
|
Type | string |
Gets the project type identity.
Inherited from SolutionProject
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|