C# Class FubuMVC.Core.Packaging.ApplicationManifest

Show file Open project: nhsevidence/fubumvc Class Usage Examples

Public Properties

Property Type Description
FILE string

Private Properties

Property Type Description

Public Methods

Method Description
Exclude ( string folder ) : void
Include ( string folder ) : bool

Method Details

Exclude() public method

public Exclude ( string folder ) : void
folder string
return void

Include() public method

public Include ( string folder ) : bool
folder string
return bool

Property Details

FILE public static property

public static string FILE
return string