
LeanIgnoreAttribute
- Namespace
- Rowles.LeanCorpus.Mapping.Attributes
- Assembly
- Rowles.LeanCorpus.dll
Excludes a property from generated document mapping. The property is ignored entirely; no field descriptor, schema entry, or mapping code is emitted for it.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public sealed class LeanIgnoreAttribute : Attribute
- Inheritance
-
LeanIgnoreAttribute