Class OwnerAttribute
A component field only its controlling session sees, in SELF (.Owner(o => o.Field(…)), W17).
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class OwnerAttribute : CodecDeclarationAttribute
- Inheritance
-
OwnerAttribute
- Inherited Members
Constructors
OwnerAttribute()
An owner field under the codec its type implies.
public OwnerAttribute()
OwnerAttribute(CodecKind)
An owner field under a named codec.
public OwnerAttribute(CodecKind kind)
Parameters
kindCodecKindThe codec.
Properties
Group
The owner change group; the builder's default when unset.
public string Group { get; set; }