[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class ModelPopupAttribute : ApiRefAttribute
- Inheritance
-
object
ModelPopupAttribute
- Inherited Members
-
Constructors
public ModelPopupAttribute(Api api, ModelType type = ModelType.Unknown)
Parameters
api Api
type ModelType
public ModelPopupAttribute(ModelType type)
Parameters
type ModelType
public ModelPopupAttribute(string fieldName, ModelType type = ModelType.Unknown)
Parameters
fieldName string
type ModelType
Fields
public readonly ModelType type
Field Value
- ModelType