Options
All
  • Public
  • Public/Protected
  • All
Menu

BranchDetailField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • ComplexTypeField<EntityT>
    • BranchDetailField

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

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

Properties

_entityConstructor

_entityConstructor: Constructable<EntityT>

_fieldName

_fieldName: string

brBusinessPlacePartOfCnpj

brBusinessPlacePartOfCnpj: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BR_BusinessPlacePartOfCNPJ', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

brSuframaCode

brSuframaCode: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BR_SUFRAMACode', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

branch

branch: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Branch', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

businessPlaceActivity

businessPlaceActivity: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BusinessPlaceActivity', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

businessPlaceName

businessPlaceName: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('BusinessPlaceName', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

companyCode

companyCode: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('CompanyCode', this._entityConstructor, 'BranchDetail', 'Edm.String')

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

complexTypeName

complexTypeName: string

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.