AllowOverridesAttribute Class

Identifies an entity as eligible (or ineligible) for being overridden via an entity override.

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowOverridesAttribute : Attribute
Inheritance
Object    Attribute    AllowOverridesAttribute

Constructors

AllowOverridesAttributeInitializes a new instance of the AllowOverridesAttribute class

See Also