Click or drag to resize

AllowCustomizationAttribute Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ignition.Framework.EntitiesAllowCustomizationAttribute

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Use AllowOverrides instead. (6.1)", true)]
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class AllowCustomizationAttribute : Attribute

The AllowCustomizationAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAllowCustomizationAttributeInitializes a new instance of the AllowCustomizationAttribute class
Top
See Also