C# Class StoryTeller.Model.Persistence.Hierarchy

Mostrar archivo Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Specifications Specification>.LightweightCache
Suites Suite>.LightweightCache

Public Methods

Method Description
RemoveSpec ( string id ) : Specification
Replace ( Specification specification ) : void
Replace ( Specification specification, System.DateTime updatedTime ) : void

Method Details

RemoveSpec() public method

public RemoveSpec ( string id ) : Specification
id string
return Specification

Replace() public method

public Replace ( Specification specification ) : void
specification Specification
return void

Replace() public method

public Replace ( Specification specification, System.DateTime updatedTime ) : void
specification Specification
updatedTime System.DateTime
return void

Property Details

Specifications public_oe property

public LightweightCache Specifications
return Specification>.LightweightCache

Suites public_oe property

public LightweightCache Suites
return Suite>.LightweightCache