Class PropertyNode_PropertyValue
- Namespace
- Ceres.Graph.Flow.Properties
- Assembly
- cs.temp.dll.dll
public abstract class PropertyNode_PropertyValue : PropertyNode, IDisposable, IPropertyNode
- Inheritance
-
objectPropertyNode_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
targetTypeType
Returns
- PropertyInfo
GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
inputPortCeresPort<TValue>contextExecutionContext
Returns
- TValue
Type Parameters
TValue