Inheritance
PropertyAttribute
StringPopupAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Assembly: Glitch9.dll
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class StringPopupAttribute : PropertyAttribute
Constructors
|
Edit this page
View Source
Declaration
public StringPopupAttribute(string[] values)
Parameters
| Type |
Name |
Description |
| string[] |
values |
|
|
Edit this page
View Source
Declaration
public StringPopupAttribute(string[] displayNames, string[] values)
Parameters
Fields
|
Edit this page
View Source
Declaration
public string[] displayNames
Field Value
|
Edit this page
View Source
Declaration
Field Value
Extension Methods