DoNotPersistOnSaveAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class DoNotPersistOnSaveAttribute : Attribute
Implements: Attribute
⭐ Constructors
public DoNotPersistOnSaveAttribute()
public DoNotPersistOnSaveAttribute(Type exceptIfComponentIsPresent)
Parameters
exceptIfComponentIsPresent
Type
⭐ Properties
ExceptIfComponentIsPresent
public readonly Type ExceptIfComponentIsPresent;
This will dismiss this attribute and persist the component on the serialization if the following IComponent type is present.
Returns
Type
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡