Class MessageSchemaVersionAttribute
The attribute describes SBE message schema version in generated assembly.
Inheritance
System.Object
MessageSchemaVersionAttribute
Namespace: OnixS.SimpleBinaryEncoding.CodeGenerator
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class MessageSchemaVersionAttribute : Attribute
Constructors
MessageSchemaVersionAttribute(Int32)
Constructor.
Declaration
public MessageSchemaVersionAttribute(int version)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | version | SBE message schema version. |
Properties
Version
SBE message schema version.
Declaration
public int Version { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |