Click or drag to resize

BibTexEntryModelGetEntry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets untyped BibTexEntryBase object, consumed for BibTex format export

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexEntryBase GetEntry(
	translationTextTable process = null,
	ILogBuilder log = null
)
Request Example View Source

Parameters

process (Optional)
Type: imbSCI.DataComplex.specialtranslationTextTable
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.

Return Value

Type: BibTexEntryBase
BibTex entry with data from this object instance
See Also