Class FieldInfo
SBE message template field description.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class FieldInfo
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The field description. |
Id
Declaration
public ushort Id { get; }
Property Value
Type | Description |
---|---|
ushort | The field identifier. |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The field name. |
Methods
ToString()
Returns the text representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The text representation. |