C# Class Story.Core.FileBasedStoryFactory

Inheritance: IStoryFactory, IDisposable
Afficher le fichier Open project: narratr/story

Méthodes publiques

Méthode Description
CreateStory ( string name ) : IStory
Dispose ( ) : void
FileBasedStoryFactory ( string path, Func rulesetConstructorArgsProvider = null ) : System
GetRuleset ( ) : IStoryHandler>.IRuleset

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OnFileChanged ( string fileContent ) : void

Method Details

CreateStory() public méthode

public CreateStory ( string name ) : IStory
name string
Résultat IStory

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FileBasedStoryFactory() public méthode

public FileBasedStoryFactory ( string path, Func rulesetConstructorArgsProvider = null ) : System
path string
rulesetConstructorArgsProvider Func
Résultat System

GetRuleset() public méthode

public GetRuleset ( ) : IStoryHandler>.IRuleset
Résultat IStoryHandler>.IRuleset