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

# <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity" /> Class SuggestedAppointmentEntity

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

Carrier object for SuggestedAppointmentEntity.

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

#### Inheritance

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

## Examples

Get SuggestedAppointmentEntity 123 using the WebApi client:
<pre><code class="lang-csharp">var configuration = new WebApiConfiguration(url);
var agent = new AppointmentAgent(configuration);
var suggestedAppointmentEntity = agent.GetSuggestedAppointmentEntity( 123 );</code></pre>

## Constructors

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity__ctor" /> SuggestedAppointmentEntity()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_AssignToMember" /> AssignToMember

Should this appointment be assigned to project member

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_AutoSuggest" /> AutoSuggest

Should this appointment be auto-suggested

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_DaysFuture" /> DaysFuture

How many days into the future the appointment should be scheduled

```csharp theme={null}
public virtual short DaysFuture { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Deleted" /> Deleted

0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Duration" /> Duration

Duration in minutes of suggested appointment

```csharp theme={null}
public virtual TimeSpan Duration { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_IsMilestone" /> IsMilestone

Is this a milestone activity

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Name" /> Name

Item name, visible in Guide

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_ProjectTypeStatusLink" /> ProjectTypeStatusLink

Project type and project status link info

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Rank" /> Rank

Rank, controls rank of non-instantiated items in Guide

```csharp theme={null}
public virtual short Rank { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_SaleTypeStageLink" /> SaleTypeStageLink

Sale type and stage link info

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_SuggestedAppointmentId" /> SuggestedAppointmentId

Primary key

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Text" /> Text

The suggested text of the new appointment

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Tooltip" /> Tooltip

Tooltip / description

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SuggestedAppointmentEntity_Type" /> Type

Type of the suggested appointment

```csharp theme={null}
public virtual SoTask Type { get; set; }
```

#### Property Value

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

## 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.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.DocumentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentEntity.md)
- [SuperOffice.WebApi.Data.SuggestedAppointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.SuggestedAppointment.md)
- [SuperOffice.WebApi.Data.Appointment GetNextSuggestedAppointmentBySaleRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetNextSuggestedAppointmentBySaleRequest.md)
