Table of Contents

Interface IActionCallBuilder

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IActionCallBuilder

Properties

Action

MethodInfo? Action { get; }

Property Value

MethodInfo

ArgumentNames

string[]? ArgumentNames { get; }

Property Value

string[]

ArgumentTypes

Type[]? ArgumentTypes { get; }

Property Value

Type[]

ArgumentValues

object[]? ArgumentValues { get; }

Property Value

object[]

IsBroadcast

bool IsBroadcast { get; }

Property Value

bool

OperationId

string? OperationId { get; }

Property Value

string