Class ReplaceFEBody
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.FE
Assembly: VMBldFE.dll
public class ReplaceFEBody : IBuilder
Inheritance
Implements
IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ReplaceFEBody()
public ReplaceFEBody()
Fields
m_bSuccess
protected bool m_bSuccess
Field Value
Properties
AllowMulti
public bool AllowMulti { get; set; }
Property Value
BuildObject
public ObjectBase BuildObject { get; }
Property Value
ObjectBase
FEBody
public NodalBody FEBody { get; }
Property Value
NodalBody
HideRemoveMessage
public bool HideRemoveMessage { get; set; }
Property Value
Parameters
public PickedResult[] Parameters { get; set; }
Property Value
PickedResult[]
PropertyFilePath
public string PropertyFilePath { get; set; }
Property Value
Methods
Build(Document)
public void Build(Document docToAdd)
Parameters
docToAdd Document
Build(Document, List)
public void Build(Document docToAdd, List<string> lstSetPointKeys)
Parameters
docToAdd Document
lstSetPointKeys Liststring>
BuildImpl(Document)
public virtual void BuildImpl(Document docToAdd)
Parameters
docToAdd Document
Success()
public bool Success()
Returns
Validate(IList)
public bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>