InvalidAllocationBlockItemAccountIDError Class

GF API Documentation
A valid OrderDraft with an allocation block must not have an invalid account
Inheritance Hierarchy

SystemObject
  GF.Api.UtilsValidationError
    GF.Api.Orders.Drafts.ValidationOrderDraftValidationError
      GF.Api.Orders.Drafts.ValidationInvalidAllocationBlockItemAccountIDError

Namespace:  GF.Api.Orders.Drafts.Validation
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class InvalidAllocationBlockItemAccountIDError : OrderDraftValidationError

The InvalidAllocationBlockItemAccountIDError type exposes the following members.

Constructors

  NameDescription
Public methodInvalidAllocationBlockItemAccountIDError
Constructor
Top
Properties

  NameDescription
Public propertyAccountID
The given Account ID
Public propertyFieldName
OrderDraft field name
(Overrides OrderDraftValidationErrorFieldName.)
Public propertyMessage
Error reason
(Overrides ValidationErrorMessage.)
Top
Methods

  NameDescription
Public methodToString
Convert to string
(Inherited from ValidationError.)
Top
See Also

Reference