Interface IBoltMemberUnit
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IBoltMemberUnit : IUnit, IGraphElementWithDebugData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged
Properties
member
Declaration
IBoltMember member { get; }
Property Value
| Type | Description |
|---|---|
| IBoltMember |
memberGuid
Declaration
Guid memberGuid { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
requiresTarget
Declaration
bool requiresTarget { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
target
Declaration
ValueInput target { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
targetType
Declaration
BoltType targetType { get; }
Property Value
| Type | Description |
|---|---|
| BoltType |