BuildMaster SDK Reference
Version:

CustomEditorAttribute Class

Indicates that a type has a custom editor.

Inheritance Hierarchy

Syntax

public class CustomEditorAttribute : System.Attribute

Constructors

Name Description
CustomEditorAttribute(System.Type editorType)

Initializes a new instance of the CustomEditorAttribute class.

CustomEditorAttribute(string editorTypeName)

Initializes a new instance of the CustomEditorAttribute class.

Properties

Name Description
EditorType

Gets the type of the editor.