Table of Contents

Class TimeSheet

Namespace
Autodesk.ACC.CostManagement.Models
Assembly
Autodesk.ACC.CostManagement.dll
public class TimeSheet : IAdditionalDataHolder, IParsable
Inheritance
TimeSheet
Implements
IAdditionalDataHolder
IParsable
Inherited Members

Constructors

TimeSheet()

Instantiates a new TimeSheet and sets the default values.

public TimeSheet()

Properties

AdditionalData

Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

public IDictionary<string, object> AdditionalData { get; set; }

Property Value

IDictionary<string, object>

ChangedBy

The user who made the last change to the time sheet log. This is the ID of a user managed by BIM 360 Admin.

public string? ChangedBy { get; }

Property Value

string

ContainerId

The unique identifier of the container to which the time sheet log belongs.

public Guid? ContainerId { get; }

Property Value

Guid?

CreatedAt

The timestamp of the date and time the item was created, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

CreatorId

The user who created the time sheet log. This is the ID of a user managed by BIM 360 Admin.

public string? CreatorId { get; }

Property Value

string

EndDate

The end day of the time sheet log. Behaved as the logged date of the tracked input and output.

public Date? EndDate { get; set; }

Property Value

Date?

Id

The unique identifier of a time sheet log.

public Guid? Id { get; }

Property Value

Guid?

InputQuantity

The input quantity of the time sheet log.

public double? InputQuantity { get; set; }

Property Value

double?

OutputQuantity

The output quantity of the time sheet log.

public double? OutputQuantity { get; set; }

Property Value

double?

StartDate

The start day of the time sheet log.

public Date? StartDate { get; set; }

Property Value

Date?

TrackingItemInstanceId

The unique identifier of the tracking item instance to which the time sheet log belongs.

public Guid? TrackingItemInstanceId { get; set; }

Property Value

Guid?

UpdatedAt

The timestamp of the date and time the item was updated, in the following format: YYYY-MM-DDThh:mm:ss.sz.

public DateTimeOffset? UpdatedAt { get; }

Property Value

DateTimeOffset?

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static TimeSheet CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

TimeSheet

A TimeSheet

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model