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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ExternalCompanyInfo : ISerializable

The ExternalCompanyInfo type exposes the following members.

Constructors
  NameDescription
Public methodExternalCompanyInfo
Initializes 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also