Class TagConstrainedToAttribute
An attribute which appears on a subclass of Tag to indicate that the tag can be placed on a certain type of TaggableObject.
If the tag has multiple copies of the attribute, it can be placed on any of the specified types. The attribute is not inherited.
Inherited Members
Namespace: ItemChanger.Tags
Assembly: ItemChanger.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public abstract class TagConstrainedToAttribute : Attribute
Constructors
View SourceTagConstrainedToAttribute()
Declaration
protected TagConstrainedToAttribute()
Properties
View SourceTaggableObjectType
Declaration
public abstract Type TaggableObjectType { get; }
Property Value
| Type | Description |
|---|---|
| Type |