Class MessageSchemaVersionAttribute
The attribute describes the SBE message schema version.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding.CodeGenerator
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class MessageSchemaVersionAttribute : Attribute
Constructors
MessageSchemaVersionAttribute(int)
Constructor.
Declaration
public MessageSchemaVersionAttribute(int version)
Parameters
| Type | Name | Description |
|---|---|---|
| int | version | The SBE message schema version. |
Properties
Version
Declaration
public int Version { get; }
Property Value
| Type | Description |
|---|---|
| int | The SBE message schema version. |