C# Class nHydrate.Generator.Common.ModelCacheFile

Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
FileExists ( ) : bool
Load ( ) : void
ModelCacheFile ( IGenerator root ) : System
ModelCacheFile ( string modelFileName ) : System
Save ( ) : void

Private Methods

Method Description
ModelCacheFile ( ) : System

Method Details

FileExists() public method

public FileExists ( ) : bool
return bool

Load() public method

public Load ( ) : void
return void

ModelCacheFile() public method

public ModelCacheFile ( IGenerator root ) : System
root IGenerator
return System

ModelCacheFile() public method

public ModelCacheFile ( string modelFileName ) : System
modelFileName string
return System

Save() public method

public Save ( ) : void
return void