Options
All
  • Public
  • Public/Protected
  • All
Menu

SchedldProdOrdOpMessageField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • SchedldProdOrdOpMessageField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new SchedldProdOrdOpMessageField(fieldName: string, entityConstructor: Constructable<EntityT>, complexTypeName: string): SchedldProdOrdOpMessageField
  • 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 SchedldProdOrdOpMessageField

Properties

complexTypeName

complexTypeName: string

entityConstructor

entityConstructor: Constructable<EntityT>

fieldName

fieldName: string

manufacturingOrderOperation

manufacturingOrderOperation: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('ManufacturingOrderOperation', this.entityConstructor, 'SchedldProdOrdOpMessage', 'Edm.String')

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

message

message: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Message', this.entityConstructor, 'SchedldProdOrdOpMessage', 'Edm.String')

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

orderIntBillOfOperationsItem

orderIntBillOfOperationsItem: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('OrderIntBillOfOperationsItem', this.entityConstructor, 'SchedldProdOrdOpMessage', 'Edm.String')

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

orderInternalBillOfOperations

orderInternalBillOfOperations: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('OrderInternalBillOfOperations', this.entityConstructor, 'SchedldProdOrdOpMessage', 'Edm.String')

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

productionOrder

productionOrder: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('ProductionOrder', this.entityConstructor, 'SchedldProdOrdOpMessage', 'Edm.String')

Representation of the SchedldProdOrdOpMessage.productionOrder 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.