Class ValidationResultWrapper
Wraps the FixErrorContainer.
Inheritance
System.Object
ValidationResultWrapper
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.FixEngine.Session.Validation
Assembly: FixAntenna.Core.dll
Syntax
public class ValidationResultWrapper : IValidationResult
Constructors
ValidationResultWrapper(FixErrorContainer)
Creates the ValidationResultWrapper
.
Declaration
public ValidationResultWrapper(FixErrorContainer errorContainer)
Parameters
Type | Name | Description |
---|---|---|
FixErrorContainer | errorContainer | the error container |
Properties
IsMessageValid
Returns true if message is valid.
Declaration
public virtual bool IsMessageValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetErrors()
Gets all errors.
Declaration
public FixErrorContainer GetErrors()
Returns
Type | Description |
---|---|
FixErrorContainer |
Reset()
Clear all errors.
Declaration
public virtual void Reset()