Class RedbIgnoreAttribute
Excludes a property from the REDB schema (but not from JSON serialization)
[AttributeUsage(AttributeTargets.Property)]
public class RedbIgnoreAttribute : Attribute
Excludes a property from the REDB schema (but not from JSON serialization)
[AttributeUsage(AttributeTargets.Property)]
public class RedbIgnoreAttribute : Attribute