Class ActuatorPSD
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.Linear
Assembly: VMBldLinear.dll
public class ActuatorPSD : Actuator<actuatorpsd propertyactuatorpsd>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ActuatorPSD()
public ActuatorPSD()
Properties
InputArray
public string[] InputArray { get; set; }
Property Value
string[]
Methods
OnPostBuild(ObjectBase, Document)
protected override bool OnPostBuild(ObjectBase obCreated, Document doc)
Parameters
obCreated ObjectBase
doc Document
Returns
Validate(IList)
public override bool Validate(IList<string> lstErrorMessage)
Parameters
lstErrorMessage IListstring>