Class RedbIgnoreAttribute

Assembly: redb.Core.dll

Excludes a property from the REDB schema (but not from JSON serialization)

[AttributeUsage(AttributeTargets.Property)]
public class RedbIgnoreAttribute : Attribute

Inheritance

ObjectAttributeRedbIgnoreAttribute