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