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