Click or drag to resize

StiDataBuilder Class

Used to build trees by the data source.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiDataBuilder

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiDataBuilder

The StiDataBuilder type exposes the following members.

Constructors
  NameDescription
Public methodStiDataBuilder
Creates a new object of the type StiDataBuilderEx.
Public methodStiDataBuilder(StiTreeView)
Creates a new object of the type StiDataBuilderEx.
Public methodStiDataBuilder(Hashtable, Hashtable, Hashtable, StiTreeView)
Creates a new object of the type StiDataBuilderEx.
Top
Properties
Methods
  NameDescription
Public methodBuild
Builds TreeNodeCollection from dictionary.
Public methodBuildBusinessObject(StiBusinessObject, TreeNodeEx, Boolean)
Public methodBuildBusinessObject(StiBusinessObject, TreeNode, Boolean, Boolean)
Builds TreeNode from the Business Object.
Public methodBuildBusinessObjects
Public methodBuildDataSource
Builds TreeNode from the Data Source.
Public methodCheckBusinessObject
Public methodCollapsedNode
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpandedNode(TreeNodeEx, Boolean)
Public methodExpandedNode(TreeNodeEx, Boolean, Boolean)
Public methodExpandedNode(TreeNodeEx, Boolean, Object)
Public methodExpandedNode(TreeNodeEx, Boolean, Boolean, Object)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetColumnFromPath(String, StiDataSource)
Public methodStatic memberGetColumnFromPath(String, StiDictionary)
Public methodStatic memberGetColumnPathFromNode(TreeNode)
Returns the ColumnPath from TreeNode.
Public methodStatic memberGetColumnPathFromNode(TreeNode, Boolean, Boolean)
Returns the ColumnPath from TreeNode.
Public methodStatic memberGetColumnPathFromNodeWithAlias
Returns the string view of a column from TreeNode taking into consideration aliases.
Public methodStatic memberGetColumnPathFromNodeWithAliasWithoutReplace
Public methodStatic memberGetDataBandColumnPathFromNode
Returns the ColumnPath from TreeNode for Interaction.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetImageKeyFromColumn
Public methodStatic memberGetImageKeyFromResource
Public methodStatic memberGetImageKeyFromVariable
Public methodStatic memberGetParameterPathFromNode
Public methodStatic memberGetPropertyInfoPathFromNode
Returns the PropertyInfoPath from TreeNode.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also