> ## 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.ErpConnectionData

# <a id="SuperOffice_WebApi_Data_ErpConnectionData" /> Class ErpConnectionData

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for ErpConnectionData.
Contains connection data and field labels for one connection

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.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_ErpConnectionData__ctor" /> ErpConnectionData()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_Connected" /> Connected

True if this entity instance has syncronized connection

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ConnectionName" /> ConnectionName

The name of the connection

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_CrmActorType" /> CrmActorType

The crm actor type which these fields belongs to
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public CrmActorType? CrmActorType { get; set; }
```

#### Property Value

[CrmActorType](SuperOffice.WebApi.Data.CrmActorType.md)?

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[CrmActorType\_String](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_CrmActorType_String)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_CrmActorType_String" /> CrmActorType\_String

The crm actor type which these fields belongs to
Raw string enum value.

```csharp theme={null}
[JsonProperty("CrmActorType")]
public string CrmActorType_String { get; set; }
```

#### Property Value

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

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[CrmActorType](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_CrmActorType)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpActorType" /> ErpActorType

The erp actor type which these fields belongs to
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public ErpActorType? ErpActorType { get; set; }
```

#### Property Value

[ErpActorType](SuperOffice.WebApi.Data.ErpActorType.md)?

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[ErpActorType\_String](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_ErpActorType_String)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpActorType_String" /> ErpActorType\_String

The erp actor type which these fields belongs to
Raw string enum value.

```csharp theme={null}
[JsonProperty("ErpActorType")]
public string ErpActorType_String { get; set; }
```

#### Property Value

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

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[ErpActorType](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_ErpActorType)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpActorTypes" /> ErpActorTypes

Contains all mapped ErpActorType for this CrmActorType
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public ErpActorType?[] ErpActorTypes { get; set; }
```

#### Property Value

[ErpActorType](SuperOffice.WebApi.Data.ErpActorType.md)?\[]

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[ErpActorTypes\_String](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_ErpActorTypes_String)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpActorTypes_String" /> ErpActorTypes\_String

Contains all mapped ErpActorType for this CrmActorType
Raw string enum values.

```csharp theme={null}
[JsonProperty("ErpActorTypes")]
public string[] ErpActorTypes_String { get; set; }
```

#### Property Value

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

#### See Also

[ErpConnectionData](SuperOffice.WebApi.Data.ErpConnectionData.md).[ErpActorTypes](SuperOffice.WebApi.Data.ErpConnectionData.md#SuperOffice_WebApi_Data_ErpConnectionData_ErpActorTypes)

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpConnectionId" /> ErpConnectionId

The id of the connection

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ErpConnectionData_ErpFields" /> ErpFields

The ERP fields that should be displayed

```csharp theme={null}
public virtual FieldMetadata[] ErpFields { get; set; }
```

#### Property Value

[FieldMetadata](SuperOffice.WebApi.Data.FieldMetadata.md)\[]

## See Also

[ErpSyncAgent](SuperOffice.WebApi.Agents.ErpSyncAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpConnection](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnection.md)
- [SuperOffice.WebApi.Data.ErpSyncConnectionSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncConnectionSummary.md)
- [SuperOffice.WebApi.Data.ErpConnectionListMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionListMapping.md)
- [SuperOffice.WebApi.Data.ErpConnectionListMappingContainer](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionListMappingContainer.md)
