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