C# Class Microsoft.Azure.WebJobs.Script.Extensibility.ScriptBinding

Class providing the metadata information needed by the script runtime to interact with an extension binding.
ファイルを表示 Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Public Methods

Method Description
GetAttributes ( ) : Collection

Gets the collection of Attributes that should be applied to the binding.

Protected Methods

Method Description
ScriptBinding ( ScriptBindingContext context ) : System

Constructs a new instance.

Method Details

GetAttributes() public abstract method

Gets the collection of Attributes that should be applied to the binding.
public abstract GetAttributes ( ) : Collection
return Collection

ScriptBinding() protected method

Constructs a new instance.
protected ScriptBinding ( ScriptBindingContext context ) : System
context ScriptBindingContext The binding context.
return System