C# 클래스 PRTools.Specs.DomainSpecs.given_a_document_saver_context

상속: Common.BddExtensions.SpecificationBase
파일 보기 프로젝트 열기: AcklenAvenue/PRTools

보호된 프로퍼티들

프로퍼티 타입 설명
AuthorizationService IAuthorizationService
DocumentRepository IDocumentRepository
DocumentSaver IDocumentSaver
MappingEngine IMappingEngine
Validator AbstractValidator

보호된 메소드들

메소드 설명
Context ( ) : void

메소드 상세

Context() 보호된 메소드

protected Context ( ) : void
리턴 void

프로퍼티 상세

AuthorizationService 보호되어 있는 프로퍼티

protected IAuthorizationService AuthorizationService
리턴 IAuthorizationService

DocumentRepository 보호되어 있는 프로퍼티

protected IDocumentRepository DocumentRepository
리턴 IDocumentRepository

DocumentSaver 보호되어 있는 프로퍼티

protected IDocumentSaver DocumentSaver
리턴 IDocumentSaver

MappingEngine 보호되어 있는 프로퍼티

protected IMappingEngine MappingEngine
리턴 IMappingEngine

Validator 보호되어 있는 프로퍼티

protected AbstractValidator Validator
리턴 AbstractValidator