BuildMaster SDK Reference
Version:

GetRequiredProviderInterfaces(System.Type type) Method

Returns a collection of the interfaces that a provider must implement.

Syntax

public static IEnumerable<System.Type> GetRequiredProviderInterfaces(System.Type type)

Parameters

type
Type: System.Type

Interface types which the action requires.

Returns

Collection of the interface types which the action requires.