C# Класс PRTools.Specs.DomainSpecs.given_a_document_saver_context

Наследование: Common.BddExtensions.SpecificationBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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