Interface ISymmetricManager
Last update: 16.07.2025Namespace: VM.Managed.Symmetric
Assembly: VMAppCore.dll
This interface is to represent the symmetric manager.
public interface ISymmetricManager
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Left
Gets the left object of symmetric.
ObjectBase Left { get; }
Property Value
NonSymmetric
Gets or sets a value indicating whether [non symmetric].
bool NonSymmetric { get; set; }
Property Value
Original
Gets the original object of symmetric.
ObjectBase Original { get; }
Property Value
Right
Gets the right object of symmetric.
ObjectBase Right { get; }
Property Value
SymType
Gets or sets the type of symmetric.
SymmetricType SymType { get; set; }
Property Value
Methods
UpdateSymmetric()
Updates the symmetric objects.
void UpdateSymmetric()