Table of Contents

Class Rfi_permittedActions

Namespace
Autodesk.ACC.RFIs.Models
Assembly
Autodesk.ACC.RFIs.dll

The list of actions that are permitted for the user.

public class Rfi_permittedActions : IParsable
Inheritance
Rfi_permittedActions
Implements
IParsable
Inherited Members

Properties

CreateAttachment

true if the user can create an attachment for the RFI.false if the user cannot create an attachment for the RFI.

public bool? CreateAttachment { get; set; }

Property Value

bool?

CreateComment

true if the user can create a comment for the RFI.false if the user cannot create a comment for the RFI.

public bool? CreateComment { get; set; }

Property Value

bool?

CreateDocumentReference

true if the user can add a document reference to the RFI.false if the user cannot add a document reference to the RFI.

public bool? CreateDocumentReference { get; set; }

Property Value

bool?

LinkPCO

true if the user can link a PCO to the RFI.false if the user cannot link a PCO to the RFI.

public bool? LinkPCO { get; set; }

Property Value

bool?

RemoveDocumentReference

true if the user can remove a document reference from the RFI.false if the user cannot remove a document reference from the RFI.

public bool? RemoveDocumentReference { get; set; }

Property Value

bool?

TogglePushpinVisibility

BIM360:true if the user can hide the pushpin RFI.false if the user cannot hide the pushpin RFI.ACC: Not relevant.

public bool? TogglePushpinVisibility { get; set; }

Property Value

bool?

UpdateRfi

The list of attributes and statuses available for the user.

public Rfi_permittedActions_updateRfi? UpdateRfi { get; set; }

Property Value

Rfi_permittedActions_updateRfi

Methods

CreateFromDiscriminatorValue(IParseNode)

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

public static Rfi_permittedActions CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

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

Returns

Rfi_permittedActions

A Rfi_permittedActions

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