Table of Contents

Class ExecutableFunction.ExecutableAttribute

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public class ExecutableFunction.ExecutableAttribute
Inheritance
ExecutableFunction.ExecutableAttribute
Inherited Members

Constructors

ExecutableAttribute(MethodInfo)

public ExecutableAttribute(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Properties

DisplayTarget

public bool DisplayTarget { get; }

Property Value

bool

ExecuteInDependency

public bool ExecuteInDependency { get; }

Property Value

bool

IsNeedResolveReturnType

public bool IsNeedResolveReturnType { get; }

Property Value

bool

IsScriptMethod

public bool IsScriptMethod { get; }

Property Value

bool

IsSelfTarget

public bool IsSelfTarget { get; }

Property Value

bool

ResolveReturnTypeParameter

public ParameterInfo ResolveReturnTypeParameter { get; }

Property Value

ParameterInfo

ScriptTargetType

public Type ScriptTargetType { get; }

Property Value

Type

SearchAliases

public string SearchAliases { get; }

Property Value

string

SearchName

public string SearchName { get; }

Property Value

string