Table of Contents

Class ExecutableFunction.ExecutableAttribute

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public class ExecutableFunction.ExecutableAttribute
Inheritance
object
ExecutableFunction.ExecutableAttribute
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

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

SearchName

public string SearchName { get; }

Property Value

string