C# Class NVelocity.Util.Introspection.IntrospectionCacheData

Holds information for node-local context data introspection information. *
Mostrar archivo Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Properties

Property Type Description
ContextData System.Type
Thingy Object

Public Methods

Method Description
IntrospectionCacheData ( ) : System
IntrospectionCacheData ( Type contextData, object thingy ) : System

Method Details

IntrospectionCacheData() public method

public IntrospectionCacheData ( ) : System
return System

IntrospectionCacheData() public method

public IntrospectionCacheData ( Type contextData, object thingy ) : System
contextData System.Type
thingy object
return System

Property Details

ContextData public_oe property

Class of context data object associated with the introspection information
public Type,System ContextData
return System.Type

Thingy public_oe property

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