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

Class providing the metadata information needed by the script runtime to interact with an extension binding.
Afficher le fichier Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributes ( ) : Collection

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

Méthodes protégées

Méthode Description
ScriptBinding ( ScriptBindingContext context ) : System

Constructs a new instance.

Method Details

GetAttributes() public abstract méthode

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

ScriptBinding() protected méthode

Constructs a new instance.
protected ScriptBinding ( ScriptBindingContext context ) : System
context ScriptBindingContext The binding context.
Résultat System