Skip to main content

Class SelectionMemberEditValues

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SelectionMemberEditValues. A class representing values to change when changing company and contact details from the Edit Company Details task for selections.

Inheritance

objectCarrierSelectionMemberEditValues

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SelectionMemberEditValues()

Default constructor - defaults any enum props to 0.

Properties

ChangeCompanyBusiness

If true, the business of the company will change.

Property Value

bool

ChangeCompanyCategory

If true, the category of the company will be changed.

Property Value

bool

ChangeCompanyCode

If true, the code of the company will change.

Property Value

bool

ChangeCompanyCountry

If true, the country of the company will change.

Property Value

bool

ChangeCompanyDepartment

If true, the department of the company will change.

Property Value

bool

ChangeCompanyName

If true, the name of the company will change.

Property Value

bool

ChangeCompanyNumber

If true, the number of the company will change.

Property Value

bool

ChangeCompanyOrgNr

If true, the VAT number of the company will change.

Property Value

bool

ChangeCompanyOurContact

If true, the our contact of the company will change.

Property Value

bool

ChangeContactJobTitle

If true, the VAT number of the contact will change.

Property Value

bool

ChangeContactPosition

If true, the position of the contact will change.

Property Value

bool

CompanyBusiness

Contains new value for company business.

Property Value

int

CompanyCategory

Contains new value for the company category.

Property Value

int

CompanyCode

Contains new value for the company code.

Property Value

string

CompanyCountry

Contains new value for the company country.

Property Value

int

CompanyDepartment

Contains new value for the company department.

Property Value

string

CompanyName

Contains new value for company name.

Property Value

string

CompanyNumber

Contains new value for the company number.

Property Value

string

CompanyOrgNr

Contains new value for the company VAT number.

Property Value

string

CompanyOurContact

Contains new value for company, our contact.

Property Value

int

ContactJobTitle

Contains new value for the contact VAT number.

Property Value

string

ContactPosition

Contains new value for the contact position.

Property Value

int