Namespace: SynergyServerScripting.Gadgets
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public MustOverride Function Generate( _ 
ByVal project_id As EntityID, _ 
ByVal inputs As Dictionary(Of String, ScriptInput), _ 
ByVal user_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByRef data As GadgetData
) As Boolean
This language is not supported or no code example is available.
public abstract bool Generate( 
EntityID project_id
Dictionary<string, ScriptInput> inputs
EntityID user_id
IDatabase db
out GadgetData data 
)
This language is not supported or no code example is available.
public:  
virtual bool Generate( 
EntityID^ project_id
Dictionary<String^, ScriptInput^>^ inputs
EntityID^ user_id
IDatabase^ db
GadgetData^& data 
) abstract
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

inputs
Type: Dictionary<string, ScriptInput>

user_id
Type: EntityID

db
Type: IDatabase

data
Type: GadgetData

Return Value

Type: bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1