Click or drag to resize

ExternalCompanyInfo Class

Company info supplied by an external company search service.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.BrdExternalCompanyInfo

Namespace: Resto.Front.Api.Data.Brd
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ExternalCompanyInfo : ISerializable

The ExternalCompanyInfo type exposes the following members.

Constructors
 NameDescription
Public methodExternalCompanyInfoInitializes a new instance of the ExternalCompanyInfo class
Public methodExternalCompanyInfo(String, String, String, String, String, String, String, String, String, String, String) Initializes a new instance of the ExternalCompanyInfo class.
Top
Properties
 NameDescription
Public propertyBuilding Building.
Public propertyCity City.
Public propertyCompanyName Company name.
Public propertyCountry Country.
Public propertyEmail Email.
Public propertyFiscalCode Fiscal code.
Public propertyPostcode Postcode.
Public propertyRecipientCode Recipient code.
Public propertyRegion Region.
Public propertyStreet Street.
Public propertyTaxId Tax ID.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also