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.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class SelectionMemberEditValues : Carrier
Constructors
SelectionMemberEditValues()
Default constructor
Declaration
public SelectionMemberEditValues()
Properties
ChangeCompanyBusiness
If true, the business of the company will change.
Declaration
public virtual bool ChangeCompanyBusiness { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyCategory
If true, the category of the company will be changed.
Declaration
public virtual bool ChangeCompanyCategory { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyCode
If true, the code of the company will change.
Declaration
public virtual bool ChangeCompanyCode { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyCountry
If true, the country of the company will change.
Declaration
public virtual bool ChangeCompanyCountry { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyDepartment
If true, the department of the company will change.
Declaration
public virtual bool ChangeCompanyDepartment { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyName
If true, the name of the company will change.
Declaration
public virtual bool ChangeCompanyName { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyNumber
If true, the number of the company will change.
Declaration
public virtual bool ChangeCompanyNumber { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyOrgNr
If true, the VAT number of the company will change.
Declaration
public virtual bool ChangeCompanyOrgNr { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeCompanyOurContact
If true, the our contact of the company will change.
Declaration
public virtual bool ChangeCompanyOurContact { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeContactJobTitle
If true, the VAT number of the contact will change.
Declaration
public virtual bool ChangeContactJobTitle { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ChangeContactPosition
If true, the position of the contact will change.
Declaration
public virtual bool ChangeContactPosition { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
CompanyBusiness
Contains new value for company business.
Declaration
public virtual int CompanyBusiness { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CompanyCategory
Contains new value for the company category.
Declaration
public virtual int CompanyCategory { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CompanyCode
Contains new value for the company code.
Declaration
public virtual string CompanyCode { get; set; }
Property Value
Type | Description |
---|---|
String |
CompanyCountry
Contains new value for the company country.
Declaration
public virtual int CompanyCountry { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CompanyDepartment
Contains new value for the company department.
Declaration
public virtual string CompanyDepartment { get; set; }
Property Value
Type | Description |
---|---|
String |
CompanyName
Contains new value for company name.
Declaration
public virtual string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
String |
CompanyNumber
Contains new value for the company number.
Declaration
public virtual string CompanyNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
CompanyOrgNr
Contains new value for the company VAT number.
Declaration
public virtual string CompanyOrgNr { get; set; }
Property Value
Type | Description |
---|---|
String |
CompanyOurContact
Contains new value for company, our contact.
Declaration
public virtual int CompanyOurContact { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ContactJobTitle
Contains new value for the contact VAT number.
Declaration
public virtual string ContactJobTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
ContactPosition
Contains new value for the contact position.
Declaration
public virtual int ContactPosition { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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. |