Table of Contents

Class ReplicateAttribute

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A component field that travels in a change group (.Field(comp, selector, codec, name, group)).

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

Constructors

ReplicateAttribute()

A field under the codec its type implies.

public ReplicateAttribute()

ReplicateAttribute(CodecKind)

A field under a named codec.

public ReplicateAttribute(CodecKind kind)

Parameters

kind CodecKind

The codec.

Properties

Group

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

public string Group { get; set; }

Property Value

string