> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.SelectionMemberEditValues

# <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues" /> Class SelectionMemberEditValues

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
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.

```csharp theme={null}
public class SelectionMemberEditValues : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[SelectionMemberEditValues](SuperOffice.WebApi.Data.SelectionMemberEditValues.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues__ctor" /> SelectionMemberEditValues()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public SelectionMemberEditValues()
```

## Properties

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyBusiness" /> ChangeCompanyBusiness

If true, the business of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyBusiness { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyCategory" /> ChangeCompanyCategory

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

```csharp theme={null}
public virtual bool ChangeCompanyCategory { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyCode" /> ChangeCompanyCode

If true, the code of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyCode { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyCountry" /> ChangeCompanyCountry

If true, the country of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyCountry { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyDepartment" /> ChangeCompanyDepartment

If true, the department of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyDepartment { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyName" /> ChangeCompanyName

If true, the name of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyName { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyNumber" /> ChangeCompanyNumber

If true, the number of the company will change.

```csharp theme={null}
public virtual bool ChangeCompanyNumber { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyOrgNr" /> ChangeCompanyOrgNr

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

```csharp theme={null}
public virtual bool ChangeCompanyOrgNr { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeCompanyOurContact" /> ChangeCompanyOurContact

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

```csharp theme={null}
public virtual bool ChangeCompanyOurContact { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeContactJobTitle" /> ChangeContactJobTitle

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

```csharp theme={null}
public virtual bool ChangeContactJobTitle { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ChangeContactPosition" /> ChangeContactPosition

If true, the position of the contact will change.

```csharp theme={null}
public virtual bool ChangeContactPosition { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyBusiness" /> CompanyBusiness

Contains new value for company business.

```csharp theme={null}
public virtual int CompanyBusiness { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyCategory" /> CompanyCategory

Contains new value for the company category.

```csharp theme={null}
public virtual int CompanyCategory { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyCode" /> CompanyCode

Contains new value for the company code.

```csharp theme={null}
public virtual string CompanyCode { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyCountry" /> CompanyCountry

Contains new value for the company country.

```csharp theme={null}
public virtual int CompanyCountry { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyDepartment" /> CompanyDepartment

Contains new value for the company department.

```csharp theme={null}
public virtual string CompanyDepartment { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyName" /> CompanyName

Contains new value for company name.

```csharp theme={null}
public virtual string CompanyName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyNumber" /> CompanyNumber

Contains new value for the company number.

```csharp theme={null}
public virtual string CompanyNumber { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyOrgNr" /> CompanyOrgNr

Contains new value for the company VAT number.

```csharp theme={null}
public virtual string CompanyOrgNr { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_CompanyOurContact" /> CompanyOurContact

Contains new value for company, our contact.

```csharp theme={null}
public virtual int CompanyOurContact { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ContactJobTitle" /> ContactJobTitle

Contains new value for the contact VAT number.

```csharp theme={null}
public virtual string ContactJobTitle { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SelectionMemberEditValues_ContactPosition" /> ContactPosition

Contains new value for the contact position.

```csharp theme={null}
public virtual int ContactPosition { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)


## Related topics

- [SuperOffice.WebApi.Data.Selection EditContactSelectionMemberDetailsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_EditContactSelectionMemberDetailsRequest.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Functions](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Functions.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersRequest.md)
- [SuperOffice.WebApi.Data.Selection AddSelectionMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_AddSelectionMembersRequest.md)
