Inheritance
PropertyAttribute
ModelPopupAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Assembly: Glitch9.AIDevKit.dll
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class ModelPopupAttribute : ApiRefAttribute
Constructors
|
Edit this page
View Source
Declaration
public ModelPopupAttribute(Api api, ModelType modelType)
Parameters
|
Edit this page
View Source
Declaration
public ModelPopupAttribute(Api api, string modelTypeFieldName)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
| string |
modelTypeFieldName |
|
|
Edit this page
View Source
Declaration
public ModelPopupAttribute(ModelType modelType)
Parameters
|
Edit this page
View Source
Declaration
public ModelPopupAttribute(string modelTypeFieldName)
Parameters
| Type |
Name |
Description |
| string |
modelTypeFieldName |
|
|
Edit this page
View Source
Declaration
public ModelPopupAttribute(string fieldName, string modelTypeFieldName)
Parameters
| Type |
Name |
Description |
| string |
fieldName |
|
| string |
modelTypeFieldName |
|
Fields
|
Edit this page
View Source
Declaration
public readonly ModelType? ExplicitModelType
Field Value
|
Edit this page
View Source
Declaration
public readonly string ModelTypeFieldName
Field Value
Extension Methods