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