Interface IOwned
Last update: 16.07.2025Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.dll
This interface is to represent the owner object in the object relationship.
public interface IOwned
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Container
Gets or sets the owner object.
IOwned Container { get; }
Property Value
Document
Gets the document that contains the object.
IDocument Document { get; }
Property Value
Owner
Gets the owner object.
IObject Owner { get; }
Property Value
Methods
SetContainer(IOwned, bool, bool)
Sets the owner object.
void SetContainer(IOwned owner, bool backup, bool isFromLinkAttribute = false)
Parameters
owner IOwned
backup bool
isFromLinkAttribute bool