Interface BTRevisionInfo

A revision of PART/ASSEMBLY etc created by release management.

Export

Interface

BTRevisionInfo

Hierarchy

  • BTRevisionInfo

Properties

_configuration?: string

Memberof

BTRevisionInfo

The users who approved the release package that created this revision.

Memberof

BTRevisionInfo

autoObsoletionReleaseId?: string

Memberof

BTRevisionInfo

autoObsoletionReleaseName?: string

Memberof

BTRevisionInfo

canExport?: boolean

Memberof

BTRevisionInfo

companyId?: string

The company or enterprise ID that owns the resource.

Memberof

BTRevisionInfo

createdAt?: Date

Memberof

BTRevisionInfo

description?: string

The Revision Description metadata property if revision is of a drawing.

Memberof

BTRevisionInfo

documentId?: string

The document that contains the item.

Memberof

BTRevisionInfo

documentName?: string

The name of the document that contains the item.

Memberof

BTRevisionInfo

elementId?: string

The element that contains the item.

Memberof

BTRevisionInfo

elementType?: number

The type of item 0: Part Studio, 1: Assembly, 2: Drawing. 4: Blob

Memberof

BTRevisionInfo

errorMessage?: string

Memberof

BTRevisionInfo

flatPartInsertableId?: string

Memberof

BTRevisionInfo

href?: string

URI to fetch complete information of the resource.

Memberof

BTRevisionInfo

id?: string

Id of the resource.

Memberof

BTRevisionInfo

insertableId?: string

Memberof

BTRevisionInfo

isObsolete?: boolean

Whether the revision has been obsoleted.

Memberof

BTRevisionInfo

isRereleasable?: boolean

If true, the revision can be created again.

Memberof

BTRevisionInfo

isTranslatable?: boolean

Memberof

BTRevisionInfo

mimeType?: string

Memberof

BTRevisionInfo

name?: string

Name of the resource.

Memberof

BTRevisionInfo

nextRevisionId?: string

The next revision if applicable. null for the latest revision.

Memberof

BTRevisionInfo

obsoletionPackageId?: string

The OBSOLETION release package that obsoleted this revision if applicable.

Memberof

BTRevisionInfo

partId?: string

Memberof

BTRevisionInfo

partNumber?: string

The Part Number with which the item was revised.

Memberof

BTRevisionInfo

previousRevisionId?: string

The previous revision if applicable. null for first revision.

Memberof

BTRevisionInfo

releaseCreatedDate?: Date

Memberof

BTRevisionInfo

releaseId?: string

The release package that created this revision.

Memberof

BTRevisionInfo

releaseName?: string

The name of the release package that created this item.

Memberof

BTRevisionInfo

releasedBy?: BTUserSummaryInfo

Memberof

BTRevisionInfo

revision?: string

The id of the revision.

Memberof

BTRevisionInfo

revisionRuleId?: string

Memberof

BTRevisionInfo

versionId?: string

The version of the document that contains this revision.

Memberof

BTRevisionInfo

versionName?: string

The name of the version of the document that contains this revision.

Memberof

BTRevisionInfo

viewRef?: string

URI to visualize the resource in a webclient if applicable.

Memberof

BTRevisionInfo

Generated using TypeDoc