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

# <a id="SuperOffice_WebApi_Data_TargetRevision" /> Class TargetRevision

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

Carrier object for TargetRevision.
Target revision carrier

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TargetRevision_Changes" /> Changes

Collection of changes

```csharp theme={null}
public virtual TargetChange[] Changes { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TargetRevision_LogEvent" /> LogEvent

Log event class (create, edit, delete, lock, unlock...
NULL if unknown enum value.

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

#### Property Value

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

#### See Also

[TargetRevision](SuperOffice.WebApi.Data.TargetRevision.md).[LogEvent\_String](SuperOffice.WebApi.Data.TargetRevision.md#SuperOffice_WebApi_Data_TargetRevision_LogEvent_String)

### <a id="SuperOffice_WebApi_Data_TargetRevision_LogEvent_String" /> LogEvent\_String

Log event class (create, edit, delete, lock, unlock...
Raw string enum value.

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

#### Property Value

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

#### See Also

[TargetRevision](SuperOffice.WebApi.Data.TargetRevision.md).[LogEvent](SuperOffice.WebApi.Data.TargetRevision.md#SuperOffice_WebApi_Data_TargetRevision_LogEvent)

### <a id="SuperOffice_WebApi_Data_TargetRevision_When" /> When

Registered when

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TargetRevision_Who" /> Who

Who made the change

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.TargetRevisionHistory](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetRevisionHistory.md)
- [SuperOffice.WebApi.Agents.TargetsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TargetsAgent.md)
- [SuperOffice.WebApi.Agents.ITargetsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITargetsAgent.md)
- [SuperOffice.WebApi.Data.Targets GetTargetRevisionHistoryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetRevisionHistoryRequest.md)
- [SuperOffice.WebApi.Data.TargetEntityType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetEntityType.md)
- [SuperOffice.WebApi.Data.LogEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.LogEvent.md)
