Метод | Описание | |
---|---|---|
DoExport ( DocProject docProject, string filepath, DocModelView views, string locales, DocDefinitionScopeEnum scope, SEntity>.Dictionary |
Exports file according to format.
|
|
Generate ( DocProject docProject, string path, SEntity>.Dictionary |
||
GeneratePublication ( DocProject docProject, string path, SEntity>.Dictionary |
||
MakeLinkName ( DocObject docobj ) : string |
Generates HTTP-compatible name for object
|
Метод | Описание | |
---|---|---|
AppendRequirement ( StringBuilder sb, DocExchangeRequirementEnum req, int level ) : void | ||
BuildExampleList ( List |
||
CopyFiles ( string sourcepath, string targetpath ) : void |
Copies files and folders recursively, skipping those that already exist.
|
|
FindTemplateItems ( DocProject docProject, DocEntity entity, DocTemplateDefinition template, DocModelView view ) : DocTemplateItem[] |
Builds list of items in order, using inherited concepts.
|
|
FormatConcept ( DocProject docProject, DocEntity entity, DocConceptRoot root, DocTemplateUsage usage, DocObject>.Dictionary |
Formats a template given an entity and optional template
|
|
FormatConceptTable ( DocProject docProject, DocModelView docModelView, DocEntity entity, DocConceptRoot root, DocTemplateUsage usage, DocObject>.Dictionary |
|
|
FormatDiagram ( DocProject docProject, DocObject def, DocModelView docView, List |
||
FormatEntityConcepts ( DocProject docProject, DocEntity entity, DocObject>.Dictionary |
||
FormatEntityDescription ( DocProject docProject, DocEntity entity, List |
||
FormatEntityUsage ( DocProject docProject, DocEntity entity, DocConceptRoot docRoot, DocTemplateUsage eachusage, DocObject>.Dictionary |
||
FormatExchange ( DocProject docProject, DocModelView docView, DocExchangeDefinition def, DocObject>.Dictionary |
Formats table for single exchange
|
|
FormatField ( DocProject docProject, string content, string fieldname, string fieldtype, string fieldvalue ) : string | ||
FormatFigure ( DocProject docProject, DocObject definition, DocTemplateDefinition dtd, string caption, List |
If matching figure exists, generates HTML including the figure and increments the figure count.
|
|
FormatReference ( DocProject docProject, string value ) : string | ||
FormatRequirements ( DocTemplateUsage eachusage, DocModelView docModel, bool showexchanges ) : string | ||
FormatTemplate ( DocProject docProject, DocTemplateDefinition def, List |
||
FormatView ( DocProject docProject, DocModelView docView, DocObject>.Dictionary |
Formats table for all exchanges within a view
|
|
GenerateExample ( DocProject docProject, DocPublication docPublication, DocExample docExample, List |
||
GenerateExampleLink ( List |
|
|
GenerateTemplate ( DocProject docProject, DocTemplateDefinition docTemplate, DocObject>.Dictionary |
Generates documentation for template and all sub-templates recursively.
|
|
GenerateTemplateLink ( List |
|
|
UpdateNumbering ( string html, List |
Updates content containing figure references
|
|
UpdateNumbering ( string html, string tag, string style, List |
Updates numbering of figures or tables within HTML text
|
public static DoExport ( DocProject docProject, string filepath, DocModelView views, string locales, DocDefinitionScopeEnum scope, SEntity>.Dictionary |
||
docProject | DocProject | |
filepath | string | File path to export. |
views | DocModelView | Optional filter of views to export. |
locales | string | Optional filter of locales to export. |
scope | DocDefinitionScopeEnum | |
instances | SEntity>.Dictionary | |
Результат | void |
public static Generate ( DocProject docProject, string path, SEntity>.Dictionary |
||
docProject | DocProject | |
path | string | |
instances | SEntity>.Dictionary | |
mapEntity | DocObject>.Dictionary | |
mapSchema | string>.Dictionary | |
publications | DocPublication | |
worker | ||
formProgress | IfcDoc.FormProgress | |
Результат | void |
public static GeneratePublication ( DocProject docProject, string path, SEntity>.Dictionary |
||
docProject | DocProject | |
path | string | |
instances | SEntity>.Dictionary | |
mapEntity | DocObject>.Dictionary | |
mapSchema | string>.Dictionary | |
docPublication | DocPublication | |
worker | ||
formProgress | IfcDoc.FormProgress | |
Результат | void |
public static MakeLinkName ( DocObject docobj ) : string | ||
docobj | DocObject | |
Результат | string |