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