deliveryInstance Class |
Namespace: imbSCI.Reporting.meta.delivery
public class deliveryInstance : docScriptExecution, IMetaLevelElement, IObjectWithPath, IObjectWithName, IObjectWithParent, IAppendDataFields, IDeliveryComposer, IRenderExecutionContext, IObjectWithReportLevel
The deliveryInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| deliveryInstance |
Initializes a new instance of the deliveryInstance class.
|
| Name | Description | |
|---|---|---|
| aceLog | ||
| builder | (Inherited from docScriptExecutionBase.) | |
| c |
Reference to cursor object
(Inherited from imbStringBuilderBase.) | |
| closeTagFormat |
format template for tag/group/section closing
(Inherited from imbStringBuilderBase.) | |
| compiled | ||
| content |
Gets the content.
(Inherited from builderForMarkdown.) | |
| contentElements |
Collection for basic text builders
(Inherited from imbStringBuilderBase.) | |
| converter | (Inherited from builderForMarkdown.) | |
| data |
Bindable property
(Inherited from docScriptExecutionBase.) | |
| dataDictionary | (Inherited from docScriptExecutionBase.) | |
| directoryRoot |
Gets or sets the directory root.
(Inherited from docScriptExecutionBase.) | |
| directoryScope |
Gets or sets the directory current.
(Inherited from docScriptExecutionBase.) | |
| doBuildDeliveryMeta | ||
| docRender | (Inherited from docScriptExecutionBase.) | |
| doVerboseLog | (Inherited from docScriptExecutionBase.) | |
| dUnit | (Overrides docScriptExecutionBasedUnit.) | |
| elementLevel | ||
| externalLog | (Inherited from docScriptExecutionBase.) | |
| fileInfo |
Gets or sets the fileinfo.
(Inherited from docScriptExecutionBase.) | |
| formats |
Gets the output support definition for this report kind
(Inherited from imbStringBuilderBase.) | |
| hasDocRender | (Inherited from docScriptExecutionBase.) | |
| index |
Execution index - how many instructions are done so far
(Inherited from docScriptExecutionBase.) | |
| 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.) | |
| 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.) | |
| linkRegistry | (Inherited from docScriptExecutionBase.) | |
| logContent | (Overrides docScriptExecutionBaselogContent.) | |
| metaContentRanges |
Dictionary of selectRangeArea entries for each metaContent member
(Inherited from docScriptExecutionBase.) | |
| name | ||
| newLineInsert | (Inherited from builderForMarkdown.) | |
| openedTags |
Kolekcija svih otvorenih tagova
(Inherited from imbStringBuilderBase.) | |
| outputRepositorium |
resulting set of outputs ready for save
(Inherited from docScriptExecutionBase.) | |
| parent | ||
| path | ||
| render |
renderer that will be used for output creation
(Inherited from docScriptExecutionBase.) | |
| renders | ||
| repo | ||
| sbControler |
Controler for sub contents and stringBuilders
(Inherited from imbStringBuilderBase.) | |
| scope |
Current scope - meta objects being processed
(Inherited from docScriptExecutionBase.) | |
| script |
Script to be executed
(Inherited from docScriptExecutionBase.) | |
| settings |
Builder settings
(Inherited from docScriptExecutionBase.) | |
| specialLogOuts | (Inherited from docScriptExecutionBase.) | |
| styleStack |
Scheduled styling instructions -- used to process> current append or future append
(Inherited from docScriptExecutionBase.) | |
| tabInsert |
Prefix koji se dodaje ispred teksta -- tabovi
(Inherited from imbStringBuilderBase.) | |
| tabLevel |
nivo na kome je tab sada
(Inherited from imbStringBuilderBase.) | |
| theme |
style to be applied
(Inherited from docScriptExecutionBase.) | |
| unit | ||
| VAR_AllowAutoOutputToConsole |
Gets a value indicating whether [variable allow automatic output to console].
(Inherited from imbStringBuilderBase.) | |
| 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 the data fields.
| |
| 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 | (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.) | |
| cleanOutputFolder |
Cleans the output folder.
| |
| Clear |
Clears all content from this builder
(Inherited from imbStringBuilderBase.) | |
| close(String) |
Dodaje HTML zatvaranje taga -- zatvara poslednji koji je otvoren
(Inherited from builderForMarkdown.) | |
| close(Enum) |
Closes the specified tag.
(Inherited from imbStringBuilderBase.) | |
| closeAll | (Inherited from builderForMarkdown.) | |
| collectOperationStart |
Collects the operation start.
| |
| compile |
Compiles the specified source.
(Inherited from docScriptExecutionBase.) | |
| compileError | (Inherited from docScriptExecutionBase.) | |
| composeOperationEnd |
Composes the operation end.
| |
| composeOperationStart |
Composes the operation start.
| |
| 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.) | |
| error |
Reports an error with optional message and exception
(Inherited from docScriptExecutionBase.) | |
| execute |
Executes the and save.
| |
| executeAndSave | ||
| executeEnd | ||
| executeMain | ||
| executePrepare | ||
| executionError | (Inherited from docScriptExecutionBase.) | |
| folderPrepare |
Prepares the output folders --
| |
| GetContent |
Gets specified content segment, or complete content
(Inherited from imbStringBuilderBase.) | |
| getContentBlocks | (Inherited from builderForMarkdown.) | |
| getConverterT | (Inherited from imbStringBuilderBase.) | |
| getDocument | (Inherited from imbStringBuilderBase.) | |
| getFileInfo | (Inherited from docScriptExecutionBase.) | |
| getLastLine |
Returns last segment of content (since last call)
(Inherited from imbStringBuilderBase.) | |
| 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 | (Overrides docScriptExecutionBaselog(String).) | |
| logEndPhase | (Overrides docScriptExecutionBaselogEndPhase.) | |
| logStartPhase | (Overrides docScriptExecutionBaselogStartPhase(String, String).) | |
| merge | (Inherited from imbStringBuilderBase.) | |
| nextTabLevel |
Prelazi u sledeci tab level
(Inherited from imbStringBuilderBase.) | |
| open(String, String, String) |
Opens the specified tag.
(Inherited from builderForMarkdown.) | |
| open(Enum, String, String) |
Opens the specified tag.
(Inherited from imbStringBuilderBase.) | |
| prepareBuilder | (Inherited from builderForMarkdown.) | |
| prevTabLevel |
Prebacuje u prethodni tabLevel
(Inherited from imbStringBuilderBase.) | |
| regFileOutput(String, Enum, String, String) | (Inherited from docScriptExecutionBase.) | |
| regFileOutput(String, String, String, String) |
Regs the file output.
(Inherited from docScriptExecutionBase.) | |
| rootTabLevel |
Sets tab level to root
(Inherited from imbStringBuilderBase.) | |
| save | (Overrides docScriptExecutionBasesave(String).) | |
| saveDocument(FileInfo) | (Inherited from imbStringBuilderBase.) | |
| saveDocument(String, getWritableFileMode, reportOutputFormatName) | (Inherited from builderForMarkdown.) | |
| saveFileOutput(String, String, Enum, String, String) | (Inherited from docScriptExecutionBase.) | |
| saveFileOutput(String, String, String, String, String) |
Saves the file output.
(Inherited from docScriptExecutionBase.) | |
| savePage | (Inherited from builderForMarkdown.) | |
| setForFormat |
prepares builder to support format
(Inherited from docScriptExecutionBase.) | |
| 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 imbStringBuilderBase.) | |
| x_scopeAutoCreate |
Scope in
(Overrides docScriptExecutionBasex_scopeAutoCreate(IMetaContentNested).) | |
| x_scopeAutoSave |
X-scopeOut
(Overrides docScriptExecutionBasex_scopeAutoSave(IMetaContentNested).) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from imbReportingBindable.) |
| Name | Description | |
|---|---|---|
| errorPolicy | (Inherited from docScriptExecutionBase.) | |
| instructionsWithError |
List of instructions had execution error
(Inherited from docScriptExecutionBase.) |
| Name | Description | |
|---|---|---|
| BuildDataShema |
Builds the data table.
(Defined by PropertyDataStructureTools.) | |
| buildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder) | Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.) | |
| buildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String) | Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.) | |
| buildDataTableVerticalSummaryTable |
Builds the vertical table with all data
(Defined by DataTableBuilders.) | |
| buildPCE | (Defined by imbPropertyCollectionExtensions.) | |
| buildPropertyCollectionT |
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.) | |
| changeValueAsInt32 |
Changes the value as int32.
(Defined by imbValueChangers.) | |
| changeValueDouble |
Step je 0.01
(Defined by imbValueChangers.) | |
| ConstructTableWithRandomContent |
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.) | |
| getDataTypeSafe |
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.) | |
| GetDefaultValueT |
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.) | |
| getDescriptionForDictionary |
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.) | |
| getDictionaryFromMappedSource |
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.) | |
| GetDirectoryPath |
Gets the directory path.
(Defined by metaTools.) | |
| getElementLevel |
Null safe way to get meta element level
(Defined by imbGraphExtensions.) | |
| getEnumMemberPath |
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.) | |
| GetExpressionResolved |
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.) | |
| getParentOfLevel |
Gets the parent of target element level or root if reached
(Defined by imbGraphExtensions.) | |
| getParentOrRoot |
Gets a member from parent-chain: a) Nth parent according to limit. b) parent on targetPath, c) parent of target type or simply d) root if no more parents.
(Defined by imbGraphExtensions.) | |
| getParentsViaExtension |
Gets all parents. Prevents loop inherence.
(Defined by imbGraphExtensions.) | |
| getPathForObject |
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.) | |
| getPathForObjectAndParent |
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.) | |
| getPathForObjectWithParent |
konstruise Path string za prosledjeni objekat
(Defined by resourcePathGenerator.) | |
| getPathForProperty |
Vraca putanju za property
(Defined by resourcePathGenerator.) | |
| getPathFromObject |
Gets the path from object - just casting trick
(Defined by imbGraphExtensions.) | |
| getPathToParent |
Relative path to memeber in parent chain
(Defined by imbGraphExtensions.) | |
| getPathViaExtension |
Gets the path string - including source at end of the path
(Defined by imbGraphExtensions.) | |
| getProperty |
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.) | |
| getSPEC | (Defined by imbTypeQueryExtensions.) | |
| getStringValue |
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.) | |
| GetUserManual |
Generates property manual
(Defined by settingsEntriesTools.) | |
| GetUserManualSaved |
Gets the user manual saved:
(Defined by settingsEntriesTools.) | |
| getValuesFromMappedSource | (Defined by propertyMappingTools.) | |
| imbAttributeToProperties |
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.) | |
| imbConvertValueSafe |
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.) | |
| imbConvertValueSafeTypedT | (Defined by imbTypeExtensions.) | |
| imbGetAllProperties |
Vraca sve propertije iz objekta koji su Public i Instance. Vraca i nasledjene propertije ali ako su pregazeni onda vraca samo najnoviji
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetAllValues |
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetCodeMark | (Defined by imbStringExtensions.) | |
| imbGetPropertySafe(String, Object, String) | Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafe(PropertyInfo, Object, Boolean, Object) | Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean) | Overloaded. (Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafeT(PropertyInfo) | Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.) | |
| imbPropertyToString |
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertyConvertSafe |
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertySafe(String, Object, Boolean, Object, Boolean) | Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean) | Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.) | |
| imbToBoolean |
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.) | |
| imbToEnumeration(Type, Enum) | Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.) | |
| imbToEnumerationT | Overloaded. (Defined by imbTypeEnumExtensions.) | |
| imbToInstance |
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.) | |
| imbToNumber(Type) | Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.) | |
| imbToNumberT(Type) | Overloaded. (Defined by imbTypeExtensions.) | |
| isCoreColumn | (Defined by PropertyEntryColumnExtensions.) | |
| isElementLevel |
Determines whether [is element level] [the specified element].
(Defined by imbGraphExtensions.) | |
| isNullOrEmpty | (Defined by imbSciStringExtensions.) | |
| isNullOrEmptyString |
Proverava da li je input null, ako je string onda ga proverava kao string ako je neki drugi objekat onda ga predvara u string pa proverava
(Defined by imbSciStringExtensions.) | |
| keyToString | (Defined by imbPropertyCollectionExtensions.) | |
| renderToTemplate |
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.) | |
| resolvePath(String, pathResolveFlag) | Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.) | |
| resolvePathT(String, pathResolveFlag) | Overloaded. (Defined by resourcePathResolver.) | |
| saveObjectToXML | (Defined by objectSerialization.) | |
| setObjectByMappedSource |
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.) | |
| setObjectBySource |
Sets the object by source.
(Defined by imbTypeObjectOperations.) | |
| setObjectValueTypesBySource |
Sets the object by source, but only ValueTypes and string and only properties declared at top inherence level. Returns dictionary with updated properties (only if value changed)
(Defined by imbTypeObjectOperations.) | |
| setValuesToMappedTarget |
Postavlja vednosti iz recnika u dati ciljani objekat - da bi bilo kompatibilno niz mora biti u istom rasporedu kao i u property mapu
(Defined by propertyMappingTools.) | |
| sumValues |
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.) | |
| toExpressionString |
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.) | |
| toStringSafe | Overloaded. (Defined by imbStringFormats.) | |
| toStringSafe(String) | Overloaded. (Defined by imbStringFormats.) | |
| toStringSafe(String, String) | Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.) |