C# Class Fusion.Build.Builder.LocalFile

Datei anzeigen Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
BaseDir string
FullPath string
Handled bool
KeyPath string

Public Methods

Method Description
LocalFile ( string baseDir, string fullPath ) : System

Method Details

LocalFile() public method

public LocalFile ( string baseDir, string fullPath ) : System
baseDir string
fullPath string
return System

Property Details

BaseDir public_oe property

public string BaseDir
return string

FullPath public_oe property

public string FullPath
return string

Handled public_oe property

public bool Handled
return bool

KeyPath public_oe property

public string KeyPath
return string