Class SectionModificationSplit
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.GearTrain
Assembly: VMBldGearTrain.dll
public class SectionModificationSplit : IBuilder
Inheritance
object ← SectionModificationSplit
Implements
IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SectionModificationSplit()
public SectionModificationSplit()
Properties
BuildObject
public ObjectBase BuildObject { get; }
Property Value
ObjectBase
Parameters
public PickedResult[] Parameters { get; set; }
Property Value
PickedResult[]
TargetSection
public Section TargetSection { get; }
Property Value
Section
Methods
Build(Document)
public void Build(Document docToAdd)
Parameters
docToAdd Document
Success()
public bool Success()
Returns
Validate(IList)
public bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>