Interface IBuilder
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder
Assembly: VMBld.dll
public interface IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
BuildObject
ObjectBase BuildObject { get; }
Property Value
ObjectBase
Methods
Build(Document)
void Build(Document docToAdd)
Parameters
docToAdd Document
Build(Document, List)
void Build(Document docToAdd, List<string> lstSetPointKeys)
Parameters
docToAdd Document
lstSetPointKeys Liststring>
Success()
bool Success()
Returns
Validate(IList)
bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>