ManualHiddenAttribute
Marks a property as deliberately excluded from the writer-manual entity or event manifest (runtime/persistence noise — Uuid, LastModified*, internal indices, etc.). SB_WMAN006 requires every public get-set property on an entity model class to carry exactly one of [ManualSurface] or [ManualHidden].
public sealed class ManualHiddenAttribute : Attribute
Inheritance System.Object → System.Attribute → ManualHiddenAttribute
Inherited Methods
| Member | Source |
|---|---|
Equals(object) | inherited from Attribute |
GetCustomAttribute(Assembly, Type) | inherited from Attribute |
GetCustomAttributes(Assembly) | inherited from Attribute |
GetHashCode() | inherited from Attribute |
IsDefaultAttribute() | inherited from Attribute |
IsDefined(Assembly, Type) | inherited from Attribute |
Match(object) | inherited from Attribute |
Inherited Properties
| Member | Source |
|---|---|
TypeId | inherited from Attribute |