• Version 1.15.2
Show / Hide Table of Contents

Class MessageInfoExtensions

Inheritance
object
MessageInfoExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix.Dictionaries
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class MessageInfoExtensions

Methods

GetMaxNumberOfFields(FieldContainerInfo)

Returns max number of fields on any level of a field container.

Declaration
public static int GetMaxNumberOfFields(this FieldContainerInfo fieldContainerInfo)
Parameters
Type Name Description
FieldContainerInfo fieldContainerInfo
Returns
Type Description
int

GetMaxNumberOfFields(MessageInfoDictionary)

Returns max number of fields on any level for all messages in a dictionary.

Declaration
public static int GetMaxNumberOfFields(this MessageInfoDictionary dictionary)
Parameters
Type Name Description
MessageInfoDictionary dictionary
Returns
Type Description
int

GetMaxNumberOfGroups(FieldContainerInfo)

Returns max number of groups on any level of a field container.

Declaration
public static int GetMaxNumberOfGroups(this FieldContainerInfo fieldContainerInfo)
Parameters
Type Name Description
FieldContainerInfo fieldContainerInfo
Returns
Type Description
int

GetMaxNumberOfGroups(MessageInfoDictionary)

Returns max number of groups on any level for all messages in a dictionary.

Declaration
public static int GetMaxNumberOfGroups(this MessageInfoDictionary dictionary)
Parameters
Type Name Description
MessageInfoDictionary dictionary
Returns
Type Description
int
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX