![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | AlphaChannelAttribute |
| Includes the alpha channel of a color property. More... | |
| class | ContentTypeAttribute |
| Defines the Content-Type of a multi-row property. Acts as a hint to clients, on how the text can be edited. More... | |
| class | DateOnlyAttribute |
| Only edits the date of the underlying DateTime property. More... | |
| class | DefaultLanguageAttribute |
| Defines the default language for the class. More... | |
| class | DynamicContentTypeAttribute |
| Defines a method that returns a Content-Type string or ContentTypeAttribute of a multi-row property. Acts as a hint to clients, on how the text can be edited. More... | |
| class | DynamicOptionsAttribute |
| Defines a method that returns an array of options to display when editing the parameter. More... | |
| class | HeaderAttribute |
| Defines a localizable header string for the property. More... | |
| class | MaskedAttribute |
| Defines a masked parameter. More... | |
| class | OpenAttribute |
| Defines an open parameter. Open parameters accept values outside of listed options, as long as values conform to the underlying data type. More... | |
| class | OptionAttribute |
| Defines an option to display when editing the parameter. More... | |
| class | PageAttribute |
| Places the parameter on a localizable page. More... | |
| class | RangeAttribute |
| Defines a valid input range for the property. More... | |
| class | ReadOnlyAttribute |
| Defines a read-only parameter. More... | |
| class | RegularExpressionAttribute |
| Validates input against a regular expression. More... | |
| class | RequiredAttribute |
| Defines a required parameter. More... | |
| class | SectionAttribute |
| Places the parameter in a localizable section. More... | |
| class | TextAttribute |
| Shows a text segment associated with the parameter. More... | |
| class | ToolTipAttribute |
| Defines a localizable tooltip string for the property. More... | |
Enumerations | |
| enum | TextPosition |
| Where the instructions are to be place. More... | |
Where the instructions are to be place.
Definition at line 8 of file TextAttribute.cs.