Constructor ModelDesignerSpecAttribute
| Improve this Doc View SourceModelDesignerSpecAttribute(Type[], Type[])
Initializes a new instance of ModelDesignerSpecAttribute.
Declaration
public ModelDesignerSpecAttribute(Type[] addonTypes, Type[] validOnTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Type[] | addonTypes | The addon types which will be set by underlying attribute. |
System.Type[] | validOnTypes | The types of the model member that the underlying attribute can apply to. |