Class ReplicateAttribute
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
kindCodecKindThe codec.
Properties
Group
The change group; the builder's default when unset.
public string Group { get; set; }