    

 ## On this page

  

 

 #  Class InputChannel

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Builder.Linear](VM.Managed.DAFUL.Builder.Linear.md)  
Assembly: VMBldLinear.dll

```csharp
public class InputChannel : BuilderNamed<channelinput>, IBuilder

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← BuilderBase ← BuilderSymmetric ← BuilderNamed ← [InputChannel](VM.Managed.DAFUL.Builder.Linear.InputChannel.md)

#### Implements

IBuilder

#### Inherited Members

BuilderNamed.OnPostBuild(ObjectBase, Document), BuilderNamed.CheckUnit(Document3D, Document3D, string), BuilderNamed.Name, BuilderSymmetric.Build(Document), BuilderSymmetric.Symmetric, BuilderSymmetric.CurrentSymmetric, BuilderBase.m\_bSuccess, BuilderBase.Build(Document), BuilderBase.Build(Document, List), BuilderBase.Validate(IList), BuilderBase.Success(), BuilderBase.OnPostBuild(ObjectBase, Document), BuilderBase.OnFinalBuild(string, Document), BuilderBase.OnObjectChangeBuild(string, Document), BuilderBase.OnPostAddDoc(ObjectBase), BuilderBase.Parameters, BuilderBase.AddToDoc, BuilderBase.UseChangedObject, BuilderBase.SetPointKey, BuilderBase.BuildObject, BuilderBase.BuildDocument, BuilderBase.UseInterface, BuilderBase.ErrorMessage

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel__ctor"></a> InputChannel()

```csharp
public InputChannel()

```

## Properties

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_Connectable"></a> Connectable

```csharp
public IConnectable Connectable { get; }

```

#### Property Value

IConnectable

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_InputMode"></a> InputMode

```csharp
public string InputMode { get; set; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_InputType"></a> InputType

```csharp
public string InputType { get; set; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_ObjectName"></a> ObjectName

```csharp
public string ObjectName { get; set; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## Methods

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_OnPostBuild_VM_Managed_ObjectBase_VM_Managed_Document_"></a> OnPostBuild(ObjectBase, Document)

```csharp
protected override bool OnPostBuild(ObjectBase obCreated, Document doc)

```

#### Parameters

`obCreated` ObjectBase

`doc` Document

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="VM_Managed_DAFUL_Builder_Linear_InputChannel_Validate_System_Collections_Generic_IList_System_String__"></a> Validate(IList)

```csharp
public override bool Validate(IList<string> lstErrorMessage)

```

#### Parameters

`lstErrorMessage` [IList](https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1)[string](https://learn.microsoft.com/dotnet/api/system.string)&amp;gt;

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)