CallScriptInfo Class

Contains information about a script call.

Inheritance Hierarchy

Syntax

public class CallScriptInfo

Constructors

Name Description
CallScriptInfo(string name, System.Collections.Generic.IEnumerable<CallScriptArgument> parameters)

Properties

Name Description
Name

Gets the name of the script.

Parameters

Gets the parameters to pass to the script.

Remarks

This is intended only for use by Inedo; third-party extensions should not use this class.