C# 클래스 Microsoft.Azure.WebJobs.Script.Extensibility.ScriptBinding

Class providing the metadata information needed by the script runtime to interact with an extension binding.
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
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