GetEditor(System.Type type, System.Func<object> getResourceName) Method

Gets the editor associated with the type, or an instance of Inedo.Extensibility.IssueSources.IssueSource if none is defined

Syntax

public static ExtensionEditor GetEditor(System.Type type, Func<object> getResourceName)

Parameters

type
Type: System.Type

The type.

getResourceName
Type: System.Func<object>

A factory the gets the resource name.