Click or drag to resize

StiBusinessObjectData Class

Class which contains information about business object which registered in report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiBusinessObjectData

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

The StiBusinessObjectData type exposes the following members.

Constructors
  NameDescription
Public methodStiBusinessObjectData(String, String, Object)
Creates new instance of StiBusinessObject class.
Public methodStiBusinessObjectData(String, String, String, Object)
Creates new instance of StiBusinessObject class.
Top
Properties
  NameDescription
Public propertyAlias
Gets or sets alias of business object.
Public propertyBusinessObjectValue
Gets or sets business object.
Public propertyCategory
Gets or sets category name of business object.
Public propertyName
Gets or sets name of business object.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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