StiBusinessObjectData Constructor (String, String, String, Object) |
Creates new instance of StiBusinessObject class.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiBusinessObjectData(
string category,
string name,
string alias,
Object value
)
Public Sub New (
category As String,
name As String,
alias As String,
value As Object
)
Parameters
- category
- Type: SystemString
Category of business object. - name
- Type: SystemString
Name of business object. - alias
- Type: SystemString
Alias of business object. - value
- Type: SystemObject
Business object.
See Also