C# Class Spring.Expressions.FunctionNode

Inheritance: Spring.Expressions.NodeWithArguments
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode Description
FunctionNode ( ) : System

Create a new instance

Méthodes protégées

Méthode Description
FunctionNode ( SerializationInfo info, StreamingContext context ) : System

Create a new instance from SerializationInfo

Get ( object context, EvaluationContext evalContext ) : object

Evaluates function represented by this node.

Private Methods

Méthode Description
InvokeDelegate ( Delegate callback, object arguments ) : object

Method Details

FunctionNode() public méthode

Create a new instance
public FunctionNode ( ) : System
Résultat System

FunctionNode() protected méthode

Create a new instance from SerializationInfo
protected FunctionNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

Get() protected méthode

Evaluates function represented by this node.
protected Get ( object context, EvaluationContext evalContext ) : object
context object Context to evaluate expressions against.
evalContext EvaluationContext Current expression evaluation context.
Résultat object