Table of Contents

Class OnEnterAttribute

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A component field sent only in enter records (.OnEnter(comp, selector, codec, name)).

[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class OnEnterAttribute : CodecDeclarationAttribute
Inheritance
OnEnterAttribute
Inherited Members

Constructors

OnEnterAttribute()

A field under the codec its type implies.

public OnEnterAttribute()

OnEnterAttribute(CodecKind)

A field under a named codec.

public OnEnterAttribute(CodecKind kind)

Parameters

kind CodecKind

The codec.