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

# <a id="SuperOffice_WebApi_Data_Favourite" /> Class Favourite

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

Carrier object for Favourite.
Favourite carrier.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_Favourite_AssociateId" /> AssociateId

Id of the associate this favourite belongs to.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Favourite_ExtraInfo" /> ExtraInfo

Extra information for this favourite.

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

#### Property Value

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

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

Rank order

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Favourite_RecordId" /> RecordId

Id of the record this favourite belongs to.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Favourite_TableName" /> TableName

Name of the table this favourite belongs to.

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.Favourite IsFavouriteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_IsFavouriteRequest.md)
- [SuperOffice.WebApi.Data.Favourite AddFavouriteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_AddFavouriteRequest.md)
- [SuperOffice.WebApi.Data.Favourite AddFavouritesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_AddFavouritesRequest.md)
- [SuperOffice.WebApi.Data.Favourite GetFavouritesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_GetFavouritesRequest.md)
- [SuperOffice.WebApi.Data.Favourite RemoveFavouriteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_RemoveFavouriteRequest.md)
- [SuperOffice.WebApi.Data.Favourite RemoveFavouritesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_RemoveFavouritesRequest.md)
- [SuperOffice.WebApi.Data.Favourite ToggleFavouriteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Favourite_ToggleFavouriteRequest.md)
