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

# <a id="SuperOffice_WebApi_Data_ActivityInformationListItem" /> Class ActivityInformationListItem

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

Carrier object for ActivityInformationListItem.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ActivityInformationListItem_ActivityInformation" /> ActivityInformation

Activity information summary - number of free and busy activities.

```csharp theme={null}
public virtual ActivitySummary ActivityInformation { get; set; }
```

#### Property Value

[ActivitySummary](SuperOffice.WebApi.Data.ActivitySummary.md)

### <a id="SuperOffice_WebApi_Data_ActivityInformationListItem_Date" /> Date

Date that this item is valid for; there is exactly one item per date, ordered by date.

```csharp theme={null}
public virtual DateTime Date { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.DayInformationListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.DayInformationListItem.md)
- [SuperOffice.WebApi.Data.Appointment GetActivityInformationListByDatesAndAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetActivityInformationListByDatesAndAssociateRequest.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
- [SuperOffice.WebApi.Data.ActivityFilter](/en/api/reference/webapi/SuperOffice.WebApi.Data.ActivityFilter.md)
