DoNotPersistEntityOnSaveAttribute

Namespace: Murder.Attributes
Assembly: Murder.dll

public class DoNotPersistEntityOnSaveAttribute : Attribute

This signalizes that an entity should be skipped altogether if it has a component with that attribute.

Implements: Attribute

⭐ Constructors

public DoNotPersistEntityOnSaveAttribute()

⭐ Properties

TypeId

public virtual Object TypeId { get; }

Returns
Object