PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSDataLookUp

    Standard data lookup business class.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSDataLookUp
    Implements
    System.IDisposable
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSDataLookUp : StdBSBaseService, IDisposable

    Constructors

    StdBSDataLookUp()

    Declaration
    public StdBSDataLookUp()

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    LookupByTaxId(String, String)

    Looks up the customer information by taxId.

    Declaration
    public Task<VatNumberInfo> LookupByTaxId(string countryCode, string taxId)
    Parameters
    Type Name Description
    System.String countryCode
    System.String taxId
    Returns
    Type Description
    System.Threading.Tasks.Task<Primavera.Lithium.DataLookup.Models.VatNumberInfo>

    SearchByTerms(String, String)

    Searches the customer information by terms.

    Declaration
    public Task<VatNumberSearchResults> SearchByTerms(string countryCode, string searchTerm)
    Parameters
    Type Name Description
    System.String countryCode

    The country code to search.

    System.String searchTerm

    The search term.

    Returns
    Type Description
    System.Threading.Tasks.Task<Primavera.Lithium.DataLookup.Models.VatNumberSearchResults>

    Implements

    System.IDisposable