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