Class PartAssembly
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This class is to represent the assembly for part.
public class PartAssembly : Assembly, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer
Inherited Members
Assembly.Instantiate(string),
Assembly.Instantiate(),
Assembly.LinkRequestUpdate(object, LinkEventArgs),
Assembly.LinkRequestDestroy(object, LinkEventArgs),
Assembly.LinkAddedToDocument(object, AddToDocEventArgs),
Assembly.AddReplacedFile(string, string),
Assembly.RemoveReplacedFile(string),
Assembly.ClearChildInfoBeforeDeserialize,
Assembly.OriginalDocument,
Object
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PartAssembly(Document3D)
Initializes a new instance of the
public PartAssembly(Document3D doc)
Parameters
doc Document3D
The document.
PartAssembly(SerializationInfo, StreamingContext)
Initializes a new instance of the
protected PartAssembly(SerializationInfo info, StreamingContext context)
Parameters
info SerializationInfo
The info.
context StreamingContext
The context.