TMethodMeta

Compile-time metadata for a service method.

Members

Variables

exceptions
TExceptionMeta[] exceptions;

Specifies which exceptions can be thrown by the method. All other exceptions are converted to a TApplicationException instead.

name
string name;

The name of the method. Used for matching a TMethodMeta with the actual method during code generation.

params
TParamMeta[] params;

Meta information for the parameteres.

type
TMethodType type;

The fundamental type of the method.

Meta