Show / Hide Table of Contents

Class SelectionMemberEditValues

A class representing values to change when changing company and contact details from the Edit Company Details task for selections.

Carrier object for SelectionMemberEditValues.
Inheritance
object
SelectionMemberEditValues
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SelectionMemberEditValues : Carrier

Constructors

SelectionMemberEditValues()

Default constructor

Declaration
public SelectionMemberEditValues()

Properties

ChangeCompanyBusiness

If true, the business of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyBusiness { get; set; }
Property Value
Type Description
bool

ChangeCompanyCategory

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

Declaration
[DataMember]
public virtual bool ChangeCompanyCategory { get; set; }
Property Value
Type Description
bool

ChangeCompanyCode

If true, the code of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyCode { get; set; }
Property Value
Type Description
bool

ChangeCompanyCountry

If true, the country of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyCountry { get; set; }
Property Value
Type Description
bool

ChangeCompanyDepartment

If true, the department of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyDepartment { get; set; }
Property Value
Type Description
bool

ChangeCompanyName

If true, the name of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyName { get; set; }
Property Value
Type Description
bool

ChangeCompanyNumber

If true, the number of the company will change.

Declaration
[DataMember]
public virtual bool ChangeCompanyNumber { get; set; }
Property Value
Type Description
bool

ChangeCompanyOrgNr

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

Declaration
[DataMember]
public virtual bool ChangeCompanyOrgNr { get; set; }
Property Value
Type Description
bool

ChangeCompanyOurContact

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

Declaration
[DataMember]
public virtual bool ChangeCompanyOurContact { get; set; }
Property Value
Type Description
bool

ChangeContactJobTitle

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

Declaration
[DataMember]
public virtual bool ChangeContactJobTitle { get; set; }
Property Value
Type Description
bool

ChangeContactPosition

If true, the position of the contact will change.

Declaration
[DataMember]
public virtual bool ChangeContactPosition { get; set; }
Property Value
Type Description
bool

CompanyBusiness

Contains new value for company business.

Declaration
[DataMember]
public virtual int CompanyBusiness { get; set; }
Property Value
Type Description
int

CompanyCategory

Contains new value for the company category.

Declaration
[DataMember]
public virtual int CompanyCategory { get; set; }
Property Value
Type Description
int

CompanyCode

Contains new value for the company code.

Declaration
[DataMember]
public virtual string CompanyCode { get; set; }
Property Value
Type Description
string

CompanyCountry

Contains new value for the company country.

Declaration
[DataMember]
public virtual int CompanyCountry { get; set; }
Property Value
Type Description
int

CompanyDepartment

Contains new value for the company department.

Declaration
[DataMember]
public virtual string CompanyDepartment { get; set; }
Property Value
Type Description
string

CompanyName

Contains new value for company name.

Declaration
[DataMember]
public virtual string CompanyName { get; set; }
Property Value
Type Description
string

CompanyNumber

Contains new value for the company number.

Declaration
[DataMember]
public virtual string CompanyNumber { get; set; }
Property Value
Type Description
string

CompanyOrgNr

Contains new value for the company VAT number.

Declaration
[DataMember]
public virtual string CompanyOrgNr { get; set; }
Property Value
Type Description
string

CompanyOurContact

Contains new value for company, our contact.

Declaration
[DataMember]
public virtual int CompanyOurContact { get; set; }
Property Value
Type Description
int

ContactJobTitle

Contains new value for the contact VAT number.

Declaration
[DataMember]
public virtual string ContactJobTitle { get; set; }
Property Value
Type Description
string

ContactPosition

Contains new value for the contact position.

Declaration
[DataMember]
public virtual int ContactPosition { get; set; }
Property Value
Type Description
int

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top