Gadget.Generate Method

Generate the gadget
Public MustOverride Function Generate( _ 
ByVal context As GadgetExtractionContext, _ 
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( 
GadgetExtractionContext context
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( 
GadgetExtractionContext context
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

context
GadgetExtractionContext

<default>

project_id
EntityID

<default>

inputs
Dictionary<string, ScriptInput>

<default>

user_id
EntityID

<default>

db
IDatabase

<default>

data
GadgetData

<default>

Return Value

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

In this article

Definition