Class ConditionalMessage
Provides the condition message.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fix.Validation.Engine.Validators.Condition.Container
Assembly: FixAntenna.Validation.dll
Syntax
public class ConditionalMessage : ConditionalGroup, IConditionalMessage
Constructors
ConditionalMessage(Int32, IDictionary<Int32, ICondition>)
Declaration
public ConditionalMessage(int rootTag, IDictionary<int, ICondition> conditionMap)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rootTag | |
System.Collections.Generic.IDictionary<System.Int32, ICondition> | conditionMap |