analyticJobNote Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.project
public class analyticJobNote : builderForLog
The analyticJobNote type exposes the following members.
| Name | Description | |
|---|---|---|
| analyticJobNote | Initializes a new instance of the analyticJobNote class |
| Name | Description | |
|---|---|---|
| c |
Reference to cursor object
(Inherited from imbStringBuilderBase.) | |
| closeTagFormat |
format template for tag/group/section closing
(Inherited from imbStringBuilderBase.) | |
| content |
Gets the content.
(Inherited from builderForMarkdown.) | |
| contentElements |
Collection for basic text builders
(Inherited from imbStringBuilderBase.) | |
| converter | (Inherited from builderForMarkdown.) | |
| data |
Data embedded with builder
(Inherited from imbStringBuilderBase.) | |
| directoryScope | (Inherited from imbStringBuilderBase.) | |
| filename |
Filename used to stora log on hdd
(Inherited from builderForLog.) | |
| folder | ||
| formats |
Gets the output support definition for this report kind
(Inherited from imbStringBuilderBase.) | |
| immediateSaveOn |
Loger will automatically save its content after each new line
(Inherited from builderForLog.) | |
| isArgumentFailed |
Da li je do sada neka od provera Null vrednosti vratila TRUE vrednost
(Inherited from imbStringBuilderBase.) | |
| isEnabled | If true it will allow append of new content, if false it will ignore any append call (Inherited from imbStringBuilderBase.) | |
| lastAutoSave | (Inherited from builderForLog.) | |
| lastLength |
Length since last getLastLine call
(Inherited from imbStringBuilderBase.) | |
| Length |
Length of internal content
(Inherited from imbStringBuilderBase.) | |
| linePrefix |
Prefix koji se dodaje ispred svake linije
(Inherited from imbStringBuilderBase.) | |
| logContent |
Gets the content of the log.
(Inherited from builderForLog.) | |
| newLineInsert | (Inherited from builderForMarkdown.) | |
| openedTags |
Kolekcija svih otvorenih tagova
(Inherited from imbStringBuilderBase.) | |
| outputPath | (Inherited from builderForLog.) | |
| sbControler |
Controler for sub contents and stringBuilders
(Inherited from imbStringBuilderBase.) | |
| settings |
Builder settings
(Inherited from imbStringBuilderBase.) | |
| tabInsert |
Prefix koji se dodaje ispred teksta -- tabovi
(Inherited from imbStringBuilderBase.) | |
| tabLevel |
nivo na kome je tab sada
(Inherited from imbStringBuilderBase.) | |
| VAR_AllowAutoOutputToConsole | (Inherited from builderForLog.) | |
| VAR_AllowInstanceToOutputToConsole | (Inherited from imbStringBuilderBase.) | |
| zone |
zone of text format - reference
(Inherited from imbStringBuilderBase.) |
| Name | Description | |
|---|---|---|
| addDocument | (Inherited from builderForMarkdown.) | |
| addPage | (Inherited from builderForMarkdown.) | |
| Append |
Appends inline or new line content
(Inherited from builderForMarkdown.) | |
| AppendCheckList |
Appends the check list.
(Inherited from imbStringBuilderBase.) | |
| AppendCite |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from imbStringBuilderBase.) | |
| AppendCode(String) |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from imbStringBuilderBase.) | |
| AppendCode(String, String) |
HTML/XML adds q tag, Table aplies smallText style
(Inherited from builderForMarkdown.) | |
| AppendComment |
Appends the comment.
(Inherited from imbStringBuilderBase.) | |
| AppendData |
Updates internal meta data storage (custom properties/references/fields) according mode.
(Inherited from imbStringBuilderBase.) | |
| AppendDataFields |
Appends its data points into new or existing property collection: log statistics
(Inherited from builderForLog.) | |
| AppendDirect |
Direct content injection, bypassing all internal transformations by class implementing ITextRender (Inherited from imbStringBuilderBase.) | |
| AppendFile |
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true
(Inherited from imbStringBuilderBase.) | |
| AppendFrame |
Frame puts the content with \> prefix. Multiline content is supported (Inherited from builderForMarkdown.) | |
| AppendFromFile |
Loads content from sourcepath into renderer [if datakey is none or into data field if specified.
(Inherited from imbStringBuilderBase.) | |
| AppendFunction |
Appends the function.
(Inherited from imbStringBuilderBase.) | |
| AppendHeading | (Inherited from builderForMarkdown.) | |
| AppendHorizontalLine |
Adds horizontal line
(Inherited from imbStringBuilderBase.) | |
| AppendImage |
Appends the image tag/call.
(Inherited from builderForMarkdown.) | |
| AppendLabel |
Appends the content with label decoration
(Inherited from builderForMarkdown.) | |
| AppendLine | (Inherited from builderForMarkdown.) | |
| AppendLine(String) |
Appends new line with line prefix, tab insert and break (enter)
(Inherited from imbStringBuilderBase.) | |
| AppendLink |
Renders link, image or reference
(Inherited from builderForMarkdown.) | |
| AppendList |
Renders IEnumerable that may contain other IEnumerables
(Inherited from builderForMarkdown.) | |
| AppendMath |
Inserts mathFormula block
(Inherited from builderForMarkdown.) | |
| AppendPair(String, Object, Boolean, String) |
Renders key-> value pair
(Inherited from builderForMarkdown.) | |
| AppendPair(Enum, Object, Boolean, String) |
Appends a KeyValue pair.
(Inherited from imbStringBuilderBase.) | |
| AppendPairs |
Appends collection of pairs.
(Inherited from imbStringBuilderBase.) | |
| AppendPanel |
Creates panel with content and (optionally) with comp_heading and comp_description as footer.
(Inherited from builderForMarkdown.) | |
| AppendParagraph |
Appends the paragraph.
(Inherited from imbStringBuilderBase.) | |
| AppendPlaceholder |
Adds new stringTemplate placeholder string into template
(Inherited from imbStringBuilderBase.) | |
| AppendQuote |
Appends the quote.
(Inherited from imbStringBuilderBase.) | |
| AppendSection |
Creates new section with title and content. Optionally it may contain: additional paragraphs for content and footnote on bottom
(Inherited from builderForMarkdown.) | |
| AppendTable |
Renders DataTable
(Inherited from builderForMarkdown.) | |
| AppendTableRow |
Appends the table row.
(Inherited from builderForMarkdown.) | |
| AppendToFile |
Saves content to specified path. Path is local to context scope
(Inherited from imbStringBuilderBase.) | |
| Clear |
Clears all content from this builder
(Inherited from imbStringBuilderBase.) | |
| close(String) |
Dodaje HTML zatvaranje taga -- zatvara poslednji koji je otvoren
(Inherited from builderForLog.) | |
| close(Enum) |
Closes the specified tag.
(Inherited from imbStringBuilderBase.) | |
| closeAll | (Inherited from builderForMarkdown.) | |
| consoleAltColorToggle |
Sets the alternative color mode for console output. Use set exact to set exactly the value for alternative color, otherwise it works in Toggle mode.
(Inherited from imbStringBuilderBase.) | |
| ContentToString | (Inherited from builderForMarkdown.) | |
| deleteLast |
Deletes the last appends and returns it
(Inherited from imbStringBuilderBase.) | |
| Equals | (Inherited from Object.) | |
| getByteSize | (Inherited from builderForLog.) | |
| GetContent |
Gets specified content segment, or complete content
(Inherited from imbStringBuilderBase.) | |
| getContentBlocks | (Inherited from builderForMarkdown.) | |
| getConverter``1 | (Inherited from imbStringBuilderBase.) | |
| getDocument | (Inherited from imbStringBuilderBase.) | |
| GetHashCode | (Inherited from Object.) | |
| getLastLine |
Returns last segment of content (since last call)
(Inherited from imbStringBuilderBase.) | |
| GetType | (Inherited from Object.) | |
| loadDocument | (Inherited from imbStringBuilderBase.) | |
| loadPage |
Loads the page from filepath. If it is document type then imports page with targeted name
(Inherited from imbStringBuilderBase.) | |
| log |
Logs the specified message. Adds short time string in front of message
(Inherited from builderForLog.) | |
| logF |
Log with Formatted message string
(Inherited from builderForLog.) | |
| merge | (Inherited from imbStringBuilderBase.) | |
| nextTabLevel |
Prelazi u sledeci tab level
(Inherited from imbStringBuilderBase.) | |
| open(String, String, String) |
Opens the specified tag.
(Inherited from builderForLog.) | |
| open(Enum, String, String) |
Opens the specified tag.
(Inherited from imbStringBuilderBase.) | |
| prepareBuilder | (Inherited from builderForLog.) | |
| prevTabLevel |
Prebacuje u prethodni tabLevel
(Inherited from imbStringBuilderBase.) | |
| registerLogBuilder |
Registers the log builder.
(Inherited from builderForLog.) | |
| rootTabLevel |
Sets tab level to root
(Inherited from imbStringBuilderBase.) | |
| save |
Saves the content
(Inherited from builderForLog.) | |
| saveDocument(FileInfo) | (Inherited from imbStringBuilderBase.) | |
| saveDocument(String, getWritableFileMode, reportOutputFormatName) | (Inherited from builderForMarkdown.) | |
| SaveNote |
Saves the note into assigned folder. Default name: note.txt
| |
| savePage | (Inherited from builderForMarkdown.) | |
| SubcontentClose |
Ends Subcontent session, switches to the main content, and returns content from the session just closed.
(Inherited from imbStringBuilderBase.) | |
| SubcontentStart |
Starts Subcontent session or continues existing. Optionally erazes all existing content under subsession specified by key (Inherited from imbStringBuilderBase.) | |
| ToString | (Inherited from Object.) | |
| ToString(Boolean) | (Inherited from imbStringBuilderBase.) | |
| WriteAboutCrawlerRun | ||
| WriteAboutJob |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from imbReportingBindable.) |