C# Класс Tp.Search.Model.Document.DocumentFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAssignable ( AssignableDTO assignable ) : EntityDocument
CreateComment ( CommentDTO comment ) : hOOt.Document
CreateEmptyEntityDocument ( int docNumber, string name ) : EntityDocument
CreateEmptyhOOtDocument ( int docNumber, string name ) : hOOt.Document
CreateGeneral ( GeneralDTO general ) : EntityDocument
CreateImpediment ( ImpedimentDTO impediment ) : EntityDocument
CreateTestStep ( TestStepDTO testStep ) : hOOt.Document
DocumentFactory ( IDocumentIdFactory documentIdFactory, TextOperations textOperations ) : System

Приватные методы

Метод Описание
AppendCustomFields ( string initialValue, Field customFieldsMetaInfo ) : string

Описание методов

CreateAssignable() публичный Метод

public CreateAssignable ( AssignableDTO assignable ) : EntityDocument
assignable Tp.Integration.Common.AssignableDTO
Результат Tp.Search.Model.Entity.EntityDocument

CreateComment() публичный Метод

public CreateComment ( CommentDTO comment ) : hOOt.Document
comment Tp.Integration.Common.CommentDTO
Результат hOOt.Document

CreateEmptyEntityDocument() публичный Метод

public CreateEmptyEntityDocument ( int docNumber, string name ) : EntityDocument
docNumber int
name string
Результат Tp.Search.Model.Entity.EntityDocument

CreateEmptyhOOtDocument() публичный Метод

public CreateEmptyhOOtDocument ( int docNumber, string name ) : hOOt.Document
docNumber int
name string
Результат hOOt.Document

CreateGeneral() публичный Метод

public CreateGeneral ( GeneralDTO general ) : EntityDocument
general Tp.Integration.Common.GeneralDTO
Результат Tp.Search.Model.Entity.EntityDocument

CreateImpediment() публичный Метод

public CreateImpediment ( ImpedimentDTO impediment ) : EntityDocument
impediment Tp.Integration.Common.ImpedimentDTO
Результат Tp.Search.Model.Entity.EntityDocument

CreateTestStep() публичный Метод

public CreateTestStep ( TestStepDTO testStep ) : hOOt.Document
testStep Tp.Integration.Common.TestStepDTO
Результат hOOt.Document

DocumentFactory() публичный Метод

public DocumentFactory ( IDocumentIdFactory documentIdFactory, TextOperations textOperations ) : System
documentIdFactory IDocumentIdFactory
textOperations Tp.Search.Model.Utils.TextOperations
Результат System