C# Class Tp.Search.Model.Document.DocumentFactory

Show file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
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

Private Methods

Method Description
AppendCustomFields ( string initialValue, Field customFieldsMetaInfo ) : string

Method Details

CreateAssignable() public method

public CreateAssignable ( AssignableDTO assignable ) : EntityDocument
assignable Tp.Integration.Common.AssignableDTO
return Tp.Search.Model.Entity.EntityDocument

CreateComment() public method

public CreateComment ( CommentDTO comment ) : hOOt.Document
comment Tp.Integration.Common.CommentDTO
return hOOt.Document

CreateEmptyEntityDocument() public method

public CreateEmptyEntityDocument ( int docNumber, string name ) : EntityDocument
docNumber int
name string
return Tp.Search.Model.Entity.EntityDocument

CreateEmptyhOOtDocument() public method

public CreateEmptyhOOtDocument ( int docNumber, string name ) : hOOt.Document
docNumber int
name string
return hOOt.Document

CreateGeneral() public method

public CreateGeneral ( GeneralDTO general ) : EntityDocument
general Tp.Integration.Common.GeneralDTO
return Tp.Search.Model.Entity.EntityDocument

CreateImpediment() public method

public CreateImpediment ( ImpedimentDTO impediment ) : EntityDocument
impediment Tp.Integration.Common.ImpedimentDTO
return Tp.Search.Model.Entity.EntityDocument

CreateTestStep() public method

public CreateTestStep ( TestStepDTO testStep ) : hOOt.Document
testStep Tp.Integration.Common.TestStepDTO
return hOOt.Document

DocumentFactory() public method

public DocumentFactory ( IDocumentIdFactory documentIdFactory, TextOperations textOperations ) : System
documentIdFactory IDocumentIdFactory
textOperations Tp.Search.Model.Utils.TextOperations
return System