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