Class PropertyNode_PropertyValue
  
  
  
    Inheritance
    object
    
    
    
    PropertyNode_PropertyValue
      
      
   
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public abstract class PropertyNode_PropertyValue : PropertyNode, IDisposable, IPropertyNode
   
  Fields
  isSelfTarget
  
  
  Declaration
  
  Field Value
  
  isStatic
  
  
  Declaration
  
  Field Value
  
  Methods
  
  GetPropertyInfo(Type)
  
  
  Declaration
  
    public virtual PropertyInfo GetPropertyInfo(Type targetType)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        targetType | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Reflection.PropertyInfo | 
         | 
      
    
  
  
  GetTargetOrDefault<TValue>(CeresPort<TValue>, ExecutionContext)
  
  
  Declaration
  
    protected TValue GetTargetOrDefault<TValue>(CeresPort<TValue> inputPort, ExecutionContext context)
   
  Parameters
  
  Returns
  
  Type Parameters
  
  Implements
  
      IDisposable