Table of Contents

Class OwnerAttribute

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

kind CodecKind

The codec.

Properties

Group

The owner change group; the builder's default when unset.

public string Group { get; set; }

Property Value

string