SelectableAttribute Class
<KnownType(typeof(SelectableServerAttribute))> _
<KnownType(typeof(SelectableProgrammaticAttribute))> _
Public MustInherit Class SelectableAttribute
This language is not supported or no code example is available.
[KnownType(typeof(SelectableServerAttribute))]
[KnownType(typeof(SelectableProgrammaticAttribute))]
public abstract class SelectableAttribute
This language is not supported or no code example is available.
[KnownType(typeof(SelectableServerAttribute))]
[KnownType(typeof(SelectableProgrammaticAttribute))]
public ref class SelectableAttribute abstract
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
SelectableAttribute() | |
![]() |
SelectableAttribute(string, string) | A selectable attribute |
Name | Description | |
---|---|---|
![]() |
AttributeType | The underlying data type |
![]() |
AttributeTypeName | |
![]() |
DisplayName | The display name |
![]() |
EditorType | Editor Type |
![]() |
EnumItems | The list of all enum items, if any |
![]() |
IsEnum | Whether or not this is an enum |
![]() |
IsTrueFalse | Whether or not this is a true / false editor |
![]() |
Name | Get the name of this attribute |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Get the name |
SynergyServerWeb.API.Models.SelectableAttribute