Class FixErrorContainer
Inheritance
System.Object
FixErrorContainer
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.Error
Assembly: FixAntenna.Message.dll
Syntax
public sealed class FixErrorContainer
Constructors
FixErrorContainer()
Declaration
public FixErrorContainer()
FixErrorContainer(IList<FixError>)
Declaration
public FixErrorContainer(IList<FixError> fixErrors)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<FixError> | fixErrors |
Methods
AddAllErrors(FixErrorContainer)
Declaration
public void AddAllErrors(FixErrorContainer fixErrorContainer)
Parameters
Type | Name | Description |
---|---|---|
FixErrorContainer | fixErrorContainer |
AddNewError(FixError)
Declaration
public void AddNewError(FixError error)
Parameters
Type | Name | Description |
---|---|---|
FixError | error |
Clear()
Declaration
public void Clear()
GetAllFixErrors()
Declaration
public ICollection<FixError> GetAllFixErrors()
Returns
Type | Description |
---|---|
System.Collections.Generic.ICollection<FixError> |
GetIsPriorityFixError()
Declaration
public FixError GetIsPriorityFixError()
Returns
Type | Description |
---|---|
FixError |
IsEmpty()
Declaration
public bool IsEmpty()
Returns
Type | Description |
---|---|
System.Boolean |