Class PopupListAttribute
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
The base class for all popup list attributes.
[Version(4, 3, 0)]
public abstract class PopupListAttribute : PropertyAttribute
- Inheritance
-
PopupListAttribute
- Derived
- Inherited Members
- Extension Methods
Remarks
You can extend from this class if you want to create a custom popup list attribute.
Constructors
- PopupListAttribute(PopupListData)
Initializes a new instance of PopupListAttribute with the given popup list data.
Properties
- PopupListData
Gets or sets the data object that describes where and how to retrieve the popup list values.
- RetrievalMethod
Gets the retrieval method specified in PopupListData.