Click or drag to resize

CompanyDTO Class

OFV Kjøretøydata service

Company object.

Holds all information of the current company that user belongs to.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.LoginCompanyDTO

Namespace:  OfvService.DTO.Login
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CompanyDTO : ObjectDTO

The CompanyDTO type exposes the following members.

Constructors
  NameDescription
Public methodCompanyDTO
Initializes a new instance of the CompanyDTO class
Top
Properties
  NameDescription
Public propertyactive
Gets or sets a value indicating whether this CompanyDTO is active.
Public propertyaddress
Gets or sets the address.
Public propertycomments
Gets or sets the comments.
Public propertycontactPerson
Gets or sets the contact person.
Public propertyemail
Gets or sets the email.
Public propertyfax
Gets or sets the fax.
Public propertyorganizationNo
Gets or sets the organization no.
Public propertyphone
Gets or sets the phone.
Public propertypostalAddress
Gets or sets the postal address.
Top
See Also