C# 클래스 StoryTeller.Model.Persistence.Hierarchy

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Specifications Specification>.LightweightCache
Suites Suite>.LightweightCache

공개 메소드들

메소드 설명
RemoveSpec ( string id ) : Specification
Replace ( Specification specification ) : void
Replace ( Specification specification, System.DateTime updatedTime ) : void

메소드 상세

RemoveSpec() 공개 메소드

public RemoveSpec ( string id ) : Specification
id string
리턴 Specification

Replace() 공개 메소드

public Replace ( Specification specification ) : void
specification Specification
리턴 void

Replace() 공개 메소드

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

프로퍼티 상세

Specifications 공개적으로 프로퍼티

public LightweightCache Specifications
리턴 Specification>.LightweightCache

Suites 공개적으로 프로퍼티

public LightweightCache Suites
리턴 Suite>.LightweightCache