C# Класс Microsoft.Azure.WebJobs.Script.Extensibility.ScriptBinding

Class providing the metadata information needed by the script runtime to interact with an extension binding.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAttributes ( ) : Collection

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

Защищенные методы

Метод Описание
ScriptBinding ( ScriptBindingContext context ) : System

Constructs a new instance.

Описание методов

GetAttributes() публичный абстрактный Метод

Gets the collection of Attributes that should be applied to the binding.
public abstract GetAttributes ( ) : Collection
Результат Collection

ScriptBinding() защищенный Метод

Constructs a new instance.
protected ScriptBinding ( ScriptBindingContext context ) : System
context ScriptBindingContext The binding context.
Результат System