Gadget.Generate Method
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.
Parameters
- context
- GadgetExtractionContext
<default>
- project_id
- EntityID
<default>
- inputs
- Dictionary<string, ScriptInput>
<default>
- user_id
- EntityID
<default>
- db
- IDatabase
<default>
- data
- GadgetData
<default>