Class InputChannel
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Builder.Linear
Assembly: VMBldLinear.dll
public class InputChannel : BuilderNamed<channelinput>, IBuilder
Inheritance
object ←
BuilderBase
Implements
IBuilder
Inherited Members
BuilderNamed
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
InputChannel()
public InputChannel()
Properties
Connectable
public IConnectable Connectable { get; }
Property Value
IConnectable
InputMode
public string InputMode { get; set; }
Property Value
InputType
public string InputType { get; set; }
Property Value
ObjectName
public string ObjectName { get; set; }
Property Value
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>