Options
All
  • Public
  • Public/Protected
  • All
Menu

PutawayReportField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • PutawayReportField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new PutawayReportField(fieldName: string, entityConstructor: Constructable<EntityT>, complexTypeName: string): PutawayReportField
  • Creates an instance of ComplexTypeField.

    Parameters

    • fieldName: string

      Actual name of the field used in the OData request

    • entityConstructor: Constructable<EntityT>

      Constructor type of the entity the field belongs to

    • complexTypeName: string

      Type of the field according to the metadata description

    Returns PutawayReportField

Properties

_entityConstructor

_entityConstructor: Constructable<EntityT>

_fieldName

_fieldName: string

actualDeliveryQuantity

actualDeliveryQuantity: ComplexTypeBigNumberPropertyField<EntityT> = new ComplexTypeBigNumberPropertyField('ActualDeliveryQuantity', this._entityConstructor, 'PutawayReport', 'Edm.Decimal')

Representation of the PutawayReport.actualDeliveryQuantity property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

batch

batch: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Batch', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.batch property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

complexTypeName

complexTypeName: string

deliveryDocument

deliveryDocument: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocument', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.deliveryDocument property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryDocumentItem

deliveryDocumentItem: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocumentItem', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.deliveryDocumentItem property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryDocumentItemText

deliveryDocumentItemText: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryDocumentItemText', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.deliveryDocumentItemText property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

deliveryQuantityUnit

deliveryQuantityUnit: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('DeliveryQuantityUnit', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.deliveryQuantityUnit property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

material

material: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Material', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.material property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageIdentification

systemMessageIdentification: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageIdentification', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageIdentification property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageNumber

systemMessageNumber: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageNumber', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageNumber property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageType

systemMessageType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageType', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageType property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable1

systemMessageVariable1: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable1', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageVariable1 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable2

systemMessageVariable2: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable2', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageVariable2 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable3

systemMessageVariable3: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable3', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageVariable3 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

systemMessageVariable4

systemMessageVariable4: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('SystemMessageVariable4', this._entityConstructor, 'PutawayReport', 'Edm.String')

Representation of the PutawayReport.systemMessageVariable4 property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

Methods

fieldPath

  • fieldPath(): string
  • Path to the field to be used in filter and order by queries. In most cases this will just be the _fieldName itself. However, for complex types for instance, the path is prefixed with the name of the complextype.

    Returns string

    Path to the field to be used in filter and order by queries.