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