C# Class FluentBuild.Publishing.NuGet.DependencyGroup

Exibir arquivo Open project: SkightTeam/eLiteWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( string projectId ) : void
Add ( string projectId, string version ) : void
DependencyGroup ( ) : System.Collections.Generic
ToString ( ) : string

Method Details

Add() public method

public Add ( string projectId ) : void
projectId string
return void

Add() public method

public Add ( string projectId, string version ) : void
projectId string
version string
return void

DependencyGroup() public method

public DependencyGroup ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string