• Version 4.4.3
Show / Hide Table of Contents

Class FieldInfo

SBE message template field description.

Inheritance
object
FieldInfo
FieldSetFieldInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX