Click or drag to resize

folderNode Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Subfolder in the folderStructure
Inheritance Hierarchy

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Request Example View Source

The folderNode type exposes the following members.

Constructors
  NameDescription
Public methodfolderNode(String)
Refers to the current directory of application
Public methodfolderNode(String, String, String)
Initializes a new instance of the folderNode class.
Top
Properties
  NameDescription
Public propertyAdditionalDescriptionLines
These are additional description lines that will be inserted in readme file generated by [!:generateReadmeFiles(aceAuthorNotation, string)]
Public propertyAdditionalFileEntries
Gets or sets the additional file entries.
Public propertycaption
Display title
Public propertyCount
Gets the number of registered subfolders
Public propertydescription
description/comment - objasnjenje
Public propertyforTreeview
Public propertyItemEnum
Gets the folderNode with the specified key. If not found it will create new sub folder with key name
Public propertyItemString
Gets the folderNode with the specified key. If not found it will create new sub folder with key name
Public propertylevel
Depth level, from the root folderNode object in the hierarchy
Public propertyname
file system ime direktorijuma
Public propertyparent
Reference to the registered parent node (if any)
Public propertypath
Public propertyroot
Gets the root node in the structure
Top
Methods
  NameDescription
Public methodAdd(folderNode)
Nests the specified folder node into this instance
Public methodAdd(folderStructure)
Public methodAdd(Enum, String, String)
Creates new folder node as subdirectory
Public methodAdd(String, String, String)
Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3
Public methodAttach(DirectoryInfo, String, String, Boolean, Boolean, ILogBuilder)
Attaches sub directory, sets caption and description. If these are not specified, it will scan the directory for readme file. ScanReadMe(ILogBuilder)
Public methodAttach(String, String, String, Boolean, Boolean, ILogBuilder)
Attaches sub directory, sets caption and description. If these are not specified, it will scan the directory for readme file. ScanReadMe(ILogBuilder)
Public methodAttachSubfolders
Scans the File System for unregistered sub directories at this folder, and returns newly registered ones.
Public methodContains
Determines whether it has a subdirectory under specified key. Important: it only accounts for already registered filesystem entries. Check: Attach(DirectoryInfo, String, String, Boolean, Boolean, ILogBuilder)
Public methodCountAll
Gets the number of all registered subfolders in full subtree depth
Public methodcreateDirectory
Creates the directory, child node and finds unique name if required
Public methoddeleteFiles
Deletes all files, matching the selectionPattern in the folder and all sub folders if subfolders is true
Public methodfindDirectories
Finds the directories - returns relative paths
Public methodfindFile(String, SearchOption, Boolean)
Finds the file - and returns relative path. If not found returns emptry string
Public methodfindFile(Boolean, String, SearchOption, Boolean)
Finds the file - and returns relative path
Public methodfindFiles(IEnumerableString, SearchOption)
Collects all files for all patterns
Public methodfindFiles(String, SearchOption, Boolean)
Finds the files - returns relative paths
Public methodfindNodeTreeMatch
Detects subtree matches in the filesystem
Public methodfindUniqueDirectoryName
Finds a unique directory name, for new directory to be created
Public methodgenerateReadmeFiles
Generates the readme files for complete folder tree
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodpathFor
Returns path with filename specified. Optionally, sets fileDescription for directory readme generator
Public methodpathMake
Returns properly compiled path, without file registration. This is alternative to pathFor(String, getWritableFileMode, String, Boolean)
Public methodRegisterFile
Registers the file, with description provided. Later, this description is used for generateReadmeFiles(aceAuthorNotation, String, Int32) />
Public methodRemove
Unregisteres an subfolder from the node. It will not delete actual directory from the file system
Public methodSaveText
Saves the content string as text file. Returns path with filename specified. Optionally, sets fileDescription for directory readme generator
Public methodScanReadMe
Searches for readme file (directory_readme_filename) in this folder and extracts: caption, description and list of files
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberCAPTION_FOR_TUNNELFOLDER
Public fieldStatic memberdirectory_readme_filename
Default directory readme filename, used for [!:generateReadmeFiles(aceAuthorNotation, string)]
Public fieldStatic memberNOTFOUND_RETURN
Top
Extension Methods
  NameDescription
Public Extension MethodBuildDataShema
Builds the data table.
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildDataTable(String, Boolean, Boolean, PropertyCollectionExtended, String)Overloaded.
2017::Builds data table out of collection. Supported properties: primitives, enums and IGetFromToString interface types
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder)Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String)Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.)
Public Extension MethodBuildDataTableHorizontal
Builds the data table using reflection and selected columns. Supports formating instruction, expression and other advanced atributes
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildDataTableVerticalSummaryTable
Builds the vertical table with all data
(Defined by DataTableBuilders.)
Public Extension MethodbuildPCE
Public Extension MethodbuildPropertyCollectionT
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodbuildPropertyCollectionList
Builds the property collection list from IEnumerable source collection
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodchangeValueAsInt32
Changes the value as int32.
(Defined by imbValueChangers.)
Public Extension MethodchangeValueDouble
Step je 0.01
(Defined by imbValueChangers.)
Public Extension MethodConstructTableWithRandomContent
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.)
Public Extension MethodConvertListIObjectWithPathAndChildren, TTargetOverloaded. (Defined by collectionExtensions.)
Public Extension MethodConvertListKeyValuePairString, folderNode, TTargetOverloaded. (Defined by collectionExtensions.)
Public Extension MethodConvertListfolderNode, TTargetOverloaded. (Defined by collectionExtensions.)
Public Extension MethodConvertToListTTarget (Defined by collectionExtensions.)
Public Extension Methodcount
Universal counting
(Defined by collectionExtensions.)
Public Extension MethodCreateNestedDataTableIObjectWithPathAndChildren, TInner(String)Overloaded.
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
(Defined by DataTableETL.)
Public Extension MethodCreateNestedDataTableKeyValuePairString, folderNode, TInner(String)Overloaded. (Defined by DataTableETL.)
Public Extension MethodCreateNestedDataTablefolderNode, TInner(String)Overloaded. (Defined by DataTableETL.)
Public Extension MethodDeleteFolder
Deletes the folder.
(Defined by fileTools.)
Public Extension MethodGetAggregatesIObjectWithPathAndChildren(dataPointAggregationType, Boolean)Overloaded.
Gets aggregated version of the objects
(Defined by collectionAggregation.)
Public Extension MethodGetAggregatesfolderNode(dataPointAggregationType, Boolean)Overloaded. (Defined by collectionAggregation.)
Public Extension MethodgetAllChildren
Gets all children. If pathFilder defined, it uses it to select only children with appropriate path
(Defined by imbGraphExtensions.)
Public Extension MethodgetAllEnums
Gathers all enumerations found in the collection
(Defined by collectionExtensions.)
Public Extension MethodgetAllLeafs
Gets all leafs, optionally applies Regex criteria used to child name [[[doesn't work]]]
(Defined by imbGraphExtensions.)
Public Extension MethodgetAllOfTypeT
Gets the first instance of type in supplied collection. makeNewIfNotFound
(Defined by collectionExtensions.)
Public Extension MethodGetChartDataTableKeyValuePairString, folderNode(FuncKeyValuePairString, folderNode, String, FuncKeyValuePairString, folderNode, Double, String)Overloaded.
Makes data table for chart
(Defined by UniversalGenerators.)
Public Extension MethodGetChartDataTablefolderNode(FuncfolderNode, String, FuncfolderNode, Double, String)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetChartDataTableIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, String, FuncIObjectWithPathAndChildren, Double, String)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetCrossSectionKeyValuePairString, folderNode(IListKeyValuePairString, folderNode)Overloaded.
Gets the cross section: only items that are in common to all collections
(Defined by collectionExtensions.)
Public Extension MethodGetCrossSectionfolderNode(IListfolderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetCrossSectionIObjectWithPathAndChildren(IListIObjectWithPathAndChildren)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodgetDataTypeSafe
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.)
Public Extension MethodgetDeepest
Gets the deepest.
(Defined by imbGraphExtensions.)
Public Extension MethodGetDefaultValueT
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.)
Public Extension MethodgetDescriptionForDictionary
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.)
Public Extension MethodgetDictionaryFromMappedSource
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.)
Public Extension MethodGetDifferenceKeyValuePairString, folderNode(IListKeyValuePairString, folderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetDifferencefolderNode(IListfolderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetDifferenceIObjectWithPathAndChildren(IListIObjectWithPathAndChildren)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetDirectedGraph
Gets the directed graph from folderNode
(Defined by StaticConverters.)
Public Extension MethodgetEnumMemberPath
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.)
Public Extension MethodGetExpressionResolved
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.)
Public Extension MethodGetFileDescription (Defined by folderNodeFileDescriptorTools.)
Public Extension MethodgetFilterOut
Filters out the collection by path regex, nameRegex is optional AND criterion
(Defined by imbGraphExtensions.)
Public Extension MethodgetFirstOfTypeT
Gets the first instance that is compatibile with T in supplied collection. Supports PropertyCollection and other collections
(Defined by collectionExtensions.)
Public Extension MethodgetFirstSafe
Gets the first safe.
(Defined by collectionExtensions.)
Public Extension MethodgetFlatArrayT (Defined by collectionExtensions.)
Public Extension MethodgetFlatListT (Defined by collectionExtensions.)
Public Extension MethodGetHistogramModelIObjectWithPathAndChildren(String, FuncIObjectWithPathAndChildren, Double, Int32)Overloaded. (Defined by histogramModelExtensions.)
Public Extension MethodGetHistogramModelKeyValuePairString, folderNode(String, FuncKeyValuePairString, folderNode, Double, Int32)Overloaded. (Defined by histogramModelExtensions.)
Public Extension MethodGetHistogramModelfolderNode(String, FuncfolderNode, Double, Int32)Overloaded. (Defined by histogramModelExtensions.)
Public Extension MethodgetOnLevel
Gets the on level.
(Defined by imbGraphExtensions.)
Public Extension MethodgetParentOfLevel
Gets the parent of target element level or root if reached
(Defined by imbGraphExtensions.)
Public Extension MethodgetParentOrRoot
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.)
Public Extension MethodgetParentsViaExtension
Gets all parents. Prevents loop inherence.
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathForObject
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForObjectAndParent
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForObjectWithParent
konstruise Path string za prosledjeni objekat
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForProperty
Vraca putanju za property
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathFromObject
Gets the path from object - just casting trick
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathToParent
Relative path to memeber in parent chain
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathViaExtension
Gets the path string - including source at end of the path
(Defined by imbGraphExtensions.)
Public Extension MethodgetProperty
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.)
Public Extension MethodgetSPEC (Defined by imbTypeQueryExtensions.)
Public Extension MethodgetStringValue
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.)
Public Extension MethodGetSVGChartKeyValuePairString, folderNode(FuncKeyValuePairString, folderNode, String, FuncKeyValuePairString, folderNode, Double, Boolean, Boolean, Int16)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetSVGChartfolderNode(FuncfolderNode, String, FuncfolderNode, Double, Boolean, Boolean, Int16)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetSVGChartIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, String, FuncIObjectWithPathAndChildren, Double, Boolean, Boolean, Int16)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetSVGPieChartKeyValuePairString, folderNode(FuncKeyValuePairString, folderNode, String, FuncKeyValuePairString, folderNode, Double, Boolean, Boolean)Overloaded.
Gets the SVG pie or doughnut chart.
(Defined by UniversalGenerators.)
Public Extension MethodGetSVGPieChartfolderNode(FuncfolderNode, String, FuncfolderNode, Double, Boolean, Boolean)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetSVGPieChartIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, String, FuncIObjectWithPathAndChildren, Double, Boolean, Boolean)Overloaded. (Defined by UniversalGenerators.)
Public Extension MethodGetTrendKeyValuePairString, folderNode(FuncKeyValuePairString, folderNode, Double, measureTrendTaker, TimeSpan)Overloaded.
Gets the trend from set of objects
(Defined by measureTrendTools.)
Public Extension MethodGetTrendfolderNode(FuncfolderNode, Double, measureTrendTaker, TimeSpan)Overloaded. (Defined by measureTrendTools.)
Public Extension MethodGetTrendIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, Double, measureTrendTaker, TimeSpan)Overloaded. (Defined by measureTrendTools.)
Public Extension MethodGetUnionKeyValuePairString, folderNode(IListKeyValuePairString, folderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetUnionfolderNode(IListfolderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetUnionIObjectWithPathAndChildren(IListIObjectWithPathAndChildren)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodGetUserManual
Generates property manual
(Defined by settingsEntriesTools.)
Public Extension MethodGetUserManualSaved
Gets the user manual saved:
(Defined by settingsEntriesTools.)
Public Extension MethodgetValuesFromMappedSource (Defined by propertyMappingTools.)
Public Extension MethodimbAttributeToProperties
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.)
Public Extension MethodimbConvertValueSafe
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.)
Public Extension MethodimbConvertValueSafeTypedT (Defined by imbTypeExtensions.)
Public Extension MethodimbFirstOrMorefolderNode(FuncfolderNode, Boolean)Overloaded.
Vraca jedan ili vise resursa koji ispunjavaju uslov
(Defined by collectionExtensions.)
Public Extension MethodimbFirstOrMoreIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, Boolean)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodimbFirstSafe(Int32)Overloaded.
Imbs the first safe.
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafeIObjectWithPathAndChildren(Int32)Overloaded.
Proverava uslov
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafefolderNode(Int32)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodimbFirstSafefolderNode(FuncfolderNode, Boolean)Overloaded.
Proverava uslov
(Defined by collectionExtensions.)
Public Extension MethodimbFirstSafeIObjectWithPathAndChildren(FuncIObjectWithPathAndChildren, Boolean)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodimbGetAllProperties
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.)
Public Extension MethodimbGetAllValues
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetCodeMark (Defined by imbStringExtensions.)
Public Extension MethodimbGetIndexOf
Gets index of item in an unknown enumeration
(Defined by collectionExtensions.)
Public Extension MethodimbGetItemAt
Universal method for getting element out of unknown IEnumerable
(Defined by collectionExtensions.)
Public Extension MethodimbGetPropertySafe(String, Object, String)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded. (Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafeT(PropertyInfo)Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbLastSafeIObjectWithPathAndChildren(Int32)Overloaded.
Imbs the last safe.
(Defined by collectionExtensions.)
Public Extension MethodimbLastSafefolderNode(Int32)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodimbPropertyToString
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertyConvertSafe
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(String, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbToBoolean
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodimbToEnumeration(Type, Enum)Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToEnumerationTOverloaded. (Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToInstance
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumber(Type)Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumberT(Type)Overloaded. (Defined by imbTypeExtensions.)
Public Extension MethodisCoreColumn (Defined by PropertyEntryColumnExtensions.)
Public Extension MethodisNullOrEmptyOverloaded.
Proverava da li je kolekcija null ili bez clanova
(Defined by collectionExtensions.)
Public Extension MethodisNullOrEmptyOverloaded. (Defined by imbSciStringExtensions.)
Public Extension MethodisNullOrEmptyString
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.)
Public Extension MethodkeyToString (Defined by imbPropertyCollectionExtensions.)
Public Extension MethodmarkdownList
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringMarkdownExtensions.)
Public Extension MethodRandomizeToListIObjectWithPathAndChildrenOverloaded.
Returns a new list where the elements are randomly shuffled. Based on the Fisher-Yates shuffle, which has O(n) complexity.
(Defined by collectionExtensions.)
Public Extension MethodRandomizeToListKeyValuePairString, folderNodeOverloaded. (Defined by collectionExtensions.)
Public Extension MethodRandomizeToListfolderNodeOverloaded. (Defined by collectionExtensions.)
Public Extension MethodremoveFromParent
Removes all children from parent nodes
(Defined by imbGraphExtensions.)
Public Extension MethodrenderToTemplate
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.)
Public Extension MethodresolvePath(String, pathResolveFlag)Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.)
Public Extension MethodresolvePathT(String, pathResolveFlag)Overloaded.
(Defined by resourcePathResolver.)
Public Extension MethodsaveObjectToXML (Defined by objectSerialization.)
Public Extension MethodsetObjectByMappedSource
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsetObjectBySource
Sets the object by source.
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetObjectValueTypesBySource
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.)
Public Extension MethodsetValuesToMappedTarget
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.)
Public Extension MethodsumValues
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodtakeFirstFromListKeyValuePairString, folderNode(KeyValuePairString, folderNode)Overloaded.
Vraca prvi element koji je pronadjen u ulaznom skupu - default vraca prvi element matchList
(Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListfolderNode(folderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListIObjectWithPathAndChildren(IObjectWithPathAndChildren)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListKeyValuePairString, folderNode(IEnumerableKeyValuePairString, folderNode, KeyValuePairString, folderNode)Overloaded.
Vraca prvi objekat koji se nalazi i u ovom skupu i u matchList skupu
(Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListfolderNode(IEnumerablefolderNode, folderNode)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodtakeFirstFromListIObjectWithPathAndChildren(IEnumerableIObjectWithPathAndChildren, IObjectWithPathAndChildren)Overloaded. (Defined by collectionExtensions.)
Public Extension MethodtextList
Creates list from collection of [strings, IEnumerable or Objects]
(Defined by imbStringTextExtensions.)
Public Extension MethodtoCsvFileIObjectWithPathAndChildren(String, getWritableFileMode)Overloaded.
2017: Saves CSV to file from path
(Defined by csvFileExtensions.)
Public Extension MethodtoCsvFilefolderNode(String, getWritableFileMode)Overloaded. (Defined by csvFileExtensions.)
Public Extension MethodtoCsvInLine
Renders CSV line from [!:object.toStringSafe()], [!:separator] is removed from item String
(Defined by imbDataExtensions.)
Public Extension MethodtoExpressionString
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.)
Public Extension MethodtoListIObjectWithPathAndChildrenOverloaded.
Konvertuje niz u listu
(Defined by collectionExtensions.)
Public Extension MethodtoListKeyValuePairString, folderNodeOverloaded. (Defined by collectionExtensions.)
Public Extension MethodtoListfolderNodeOverloaded. (Defined by collectionExtensions.)
Public Extension MethodtoStringSafeOverloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String)Overloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String, String)Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.)
Top
See Also

Reference

[!:imbACE.Core.files.folders.IFolderNode]
[!:System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, imbACE.Core.files.folders.folderNode>>]