Click or drag to resize

StiBusinessObject Constructor (String, String, String, String, String)

Initializes a new instance of the 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,
	string key
)

Parameters

category
Type: SystemString

[Missing <param name="category"/> documentation for "M:Stimulsoft.Report.Dictionary.StiBusinessObject.#ctor(System.String,System.String,System.String,System.String,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiBusinessObject.#ctor(System.String,System.String,System.String,System.String,System.String)"]

alias
Type: SystemString

[Missing <param name="alias"/> documentation for "M:Stimulsoft.Report.Dictionary.StiBusinessObject.#ctor(System.String,System.String,System.String,System.String,System.String)"]

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:Stimulsoft.Report.Dictionary.StiBusinessObject.#ctor(System.String,System.String,System.String,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.Dictionary.StiBusinessObject.#ctor(System.String,System.String,System.String,System.String,System.String)"]

See Also