C# Class Thinktecture.Tools.Web.Services.ContractFirst.VisualStudioProject

Show file Open project: WSCF/WSCF Class Usage Examples

Private Properties

Property Type Description
GetProjectLanguage CodeLanguage
GetProjectProperty string
GetWebProjectLanguage CodeLanguage
Refresh bool

Public Methods

Method Description
AddCodeFolderToWebProject ( string name ) : string
AddFile ( string file ) : void
AddReference ( string assembly ) : void
GetDefaultDestinationFilename ( string fileName ) : string
VisualStudioProject ( Project project ) : System

Private Methods

Method Description
GetProjectLanguage ( ) : CodeLanguage
GetProjectProperty ( string key ) : string
GetWebProjectLanguage ( ) : CodeLanguage
Refresh ( ) : bool

Method Details

AddCodeFolderToWebProject() public method

public AddCodeFolderToWebProject ( string name ) : string
name string
return string

AddFile() public method

public AddFile ( string file ) : void
file string
return void

AddReference() public method

public AddReference ( string assembly ) : void
assembly string
return void

GetDefaultDestinationFilename() public method

public GetDefaultDestinationFilename ( string fileName ) : string
fileName string
return string

VisualStudioProject() public method

public VisualStudioProject ( Project project ) : System
project Project
return System