Name | Description | |
---|---|---|
BrowsablePathAttribute |
Indicates a property can have a list of suggestible values, determined at runtime. |
|
CustomEditorAttribute |
Indicates that a type has a custom editor. |
|
CustomSetterAttribute |
Indicates that a type has a custom value setter control. |
|
FieldEditMode |
Indicates how a field is to be edited. |
|
FieldEditModeAttribute |
Indicates how a property should be edited as a text value in generic action editors. |
|
FileBrowserTextBox |
Provides a user-friendly browser for remote file systems. |
|
IPathBrowser |
Enumerates IPathInfo for a given path and component |
|
IPathInfo |
Simple path information returned by IPathBrowser. |
|
ISuggestionProvider |
Provides a list of suggested values for a given context. |
|
PrincipalPicker |
Allows selection of one or more principals. |
|
PrincipalPickerFilter |
Indicates which type of principals should be displayed. |
|
ScmBrowserTextBox |
Provides a user-friendly browser for SCM repositories. |
|
SecureCredentialsSuggestionProvider<TCredentials> |
Provides suggestions for Inedo.Extensibility.Credentials.SecureCredentials names of the specified <typeparamref name="TCredentials" /> type |
|
SecureResourceSuggestionProvider<TResource> |
Provides suggestions for Inedo.Extensibility.SecureResources.SecureResource names of the specified <typeparamref name="TResource" /> type |
|
SuggestableValueAttribute |
Indicates a property can have a list of suggested values, determined either statically or on-demand. |
|
TriggerPostBackOnChangeAttribute |
Indicates a property should trigger a postback when the value changes |