Class BuilderMultiIntersectSimple
Last update: 16.07.2025Namespace: VM.Managed.CAD
Assembly: VMAppCore.dll
This class is to represent the simple unite of multi builder.
public class BuilderMultiIntersectSimple : BuilderMultiIntersect, 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
BuilderMultiIntersect.CreateParameter(),
BuilderMultiIntersect.FillParameter(BuilderParamBase),
BuilderMulti.AddBuilder(ICollection
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BuilderMultiIntersectSimple(Builder, ICollection)
public BuilderMultiIntersectSimple(Builder builderTarget, ICollection<builder> builderTools)
Parameters
builderTarget Builder
builderTools ICollectionBuilder>
BuilderMultiIntersectSimple(Builder, Builder)
Initializes a new instance of the
public BuilderMultiIntersectSimple(Builder builderTarget, Builder builderTool)
Parameters
builderTarget Builder
The target build.
builderTool Builder
The tool build.
BuilderMultiIntersectSimple()
Initializes a new instance of the
public BuilderMultiIntersectSimple()
Methods
GetSchema()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
public virtual XmlSchema GetSchema()
Returns
An
OnDeserialization(object)
Called when [deserialization].
protected override void OnDeserialization(object sender)
Parameters
sender object
The sender.
ReadXml(XmlReader)
Generates an object from its XML representation.
public virtual void ReadXml(XmlReader reader)
Parameters
reader XmlReader
The XmlReader stream from which the object is deserialized.
WriteXml(XmlWriter)
Converts an object into its XML representation.
public virtual void WriteXml(XmlWriter writer)
Parameters
writer XmlWriter
The XmlWriter stream to which the object is serialized.