Click or drag to resize

AllowOverridesAttribute Class

Identifies an entity as eligible (or ineligible) for being overridden via an entity override.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ignition.Framework.EntitiesAllowOverridesAttribute

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowOverridesAttribute : Attribute

The AllowOverridesAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAllowOverridesAttributeInitializes a new instance of the AllowOverridesAttribute class
Top
See Also