NVelocity.Util.Introspection
Class IntrospectionCacheData

Holds information for node-local context data introspection information. *

Field Summary
System.Type contextData
object thingy
         Object to pair with class - currently either a Method or AbstractExecutor. It can be used in any way the using node wishes.

Constructor Summary
IntrospectionCacheData()
        Initializes a new instance of the IntrospectionCacheData class.

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

contextData

public System.Type contextData


thingy

public object thingy

Object to pair with class - currently either a Method or AbstractExecutor. It can be used in any way the using node wishes.

Constructor Detail

IntrospectionCacheData

public IntrospectionCacheData()

Initializes a new instance of the IntrospectionCacheData class.