Class PropertyNode_PropertyValue
Inheritance
object
PropertyNode_PropertyValue
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Properties
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public abstract class PropertyNode_PropertyValue : PropertyNode, IEnumerable<CeresNode>, IEnumerable, IDisposable, IPropertyNode
Fields
isSelfTarget
Declaration
public bool isSelfTarget
Field Value
| Type | Description |
|---|---|
| bool |
isStatic
Declaration
public bool isStatic
Field Value
| Type | Description |
|---|---|
| bool |
Methods
GetPropertyInfo(Type)
Declaration
public virtual PropertyInfo GetPropertyInfo(Type targetType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | targetType |
Returns
| Type | Description |
|---|---|
| System.Reflection.PropertyInfo |
GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
Declaration
protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CeresPort<TValue> | inputPort | |
| ExecutionContext | context |
Returns
| Type | Description |
|---|---|
| TValue |
Type Parameters
| Name | Description |
|---|---|
| TValue |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable