Table of Contents

Class PropertyNode_PropertyValue

Namespace
Ceres.Graph.Flow.Properties
Assembly
cs.temp.dll.dll
public abstract class PropertyNode_PropertyValue : PropertyNode, IDisposable, IPropertyNode
Inheritance
object
PropertyNode_PropertyValue
Implements
IDisposable
Derived
Inherited Members

Fields

isSelfTarget

public bool isSelfTarget

Field Value

bool

isStatic

public bool isStatic

Field Value

bool

Methods

GetPropertyInfo(Type)

public virtual PropertyInfo GetPropertyInfo(Type targetType)

Parameters

targetType Type

Returns

PropertyInfo

GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)

protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)

Parameters

inputPort CeresPort<TValue>
context ExecutionContext

Returns

TValue

Type Parameters

TValue