Interface IInvokableBoltClassGraph
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IInvokableBoltClassGraph : IBoltClassGraph, IGraph, IPrewarmable, ISerializationDepender, ISerializationDependency, ISerializationCallbackReceiver, IBoltMember, IObservableDisposable, IDisposable, IIdentifiable, INotifyPropertyChanged, INotifiedCollectionChild<BoltType>, ICollectionChild<BoltType>
Properties
isEditorInvokable
Declaration
bool isEditorInvokable { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
CanInvoke(GraphReference)
Declaration
bool CanInvoke(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Returns
| Type | Description |
|---|---|
| Boolean |
CanInvokeWithoutParameters(GraphReference)
Declaration
bool CanInvokeWithoutParameters(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Returns
| Type | Description |
|---|---|
| Boolean |
Invoke(GraphReference, Object[])
Declaration
object Invoke(GraphReference reference, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference | |
| Object[] | args |
Returns
| Type | Description |
|---|---|
| Object |