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