[]
        
(Showing Draft Content)

AttrClsRevision

Class: AttrClsRevision

Contains a structure attribute's class name and its revision.

Extends

Accessors

attrClsName

Get Signature

get attrClsName(): string;

Gets the attribute class name.

Returns

string

Set Signature

set attrClsName(value): void;

Sets the attribute class name.

Parameters
value

string

Returns

void


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ObjectBase.id


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ObjectBase.om


revision

Get Signature

get revision(): number;

Gets the attribute's revision number.

Returns

number

Set Signature

set revision(value): void;

Sets the attribute's revision number.

Parameters
value

number

Returns

void

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ObjectBase.free


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ObjectBase.rebind