ForceDeleteModeAttribute Class

Specifies a delete mode for an entity explicitly, as opposed to allowing NetFORUM or Ignition system logic to make the determination

Definition

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

Constructors

ForceDeleteModeAttributeInitializes a new instance of the ForceDeleteModeAttribute class

Properties

DeleteMode The delete mode to force

See Also