FrameIT
REST_JSON_API.FUN Class Reference
Inheritance diagram for REST_JSON_API.FUN:
REST_JSON_API.SOMDocCRTP< FUN >

Classes

class  Param
 

Public Member Functions

 FUN (Param[] @params, SOMDoc body)
 
override string ToString ()
 
override string[] GetDependentFactIds ()
 
- Public Member Functions inherited from REST_JSON_API.SOMDocCRTP< FUN >
override bool Equivalent (SOMDoc sd2)
 
override SOMDoc MapURIs (Dictionary< string, string > old_to_new)
 

Public Attributes

new string kind = "FUN"
 
Param[] params
 
SOMDoc body
 

Protected Member Functions

override bool EquivalentWrapped (FUN sd2)
 
override FUN MapURIsWrapped (Dictionary< string, string > old_to_new)
 
override LambdaExpression _GetLambdaExpression (LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
 
- Protected Member Functions inherited from REST_JSON_API.SOMDocCRTP< FUN >
 SOMDocCRTP ()
 
abstract bool EquivalentWrapped (T sd2)
 

Package Functions

override SOMDoc SOMDocType (SOMDoc[] args, Param[] bound_params)
 
override Type ToType (Type[] args,(string name, Type type)[] bound_params)
 

Constructor & Destructor Documentation

◆ FUN()

REST_JSON_API.FUN.FUN ( Param @[]  params,
SOMDoc  body 
)

Member Function Documentation

◆ _GetLambdaExpression()

override LambdaExpression REST_JSON_API.FUN._GetLambdaExpression ( LambdaExpression[]  lambda_applicant,
LambdaExpression[]  lambda_arguments,
ParameterExpression[]  bound_params 
)
protected

◆ EquivalentWrapped()

override bool REST_JSON_API.FUN.EquivalentWrapped ( FUN  sd2)
protected

◆ GetDependentFactIds()

override string[] REST_JSON_API.FUN.GetDependentFactIds ( )

◆ MapURIsWrapped()

override FUN REST_JSON_API.FUN.MapURIsWrapped ( Dictionary< string, string >  old_to_new)
protectedvirtual

◆ SOMDocType()

override SOMDoc REST_JSON_API.FUN.SOMDocType ( SOMDoc[]  args,
Param[]  bound_params 
)
package

◆ ToString()

override string REST_JSON_API.FUN.ToString ( )

◆ ToType()

override Type REST_JSON_API.FUN.ToType ( Type[]  args,
(string name, Type type)[]  bound_params 
)
package

Member Data Documentation

◆ body

SOMDoc REST_JSON_API.FUN.body

◆ kind

new string REST_JSON_API.FUN.kind = "FUN"

◆ params

Param [] REST_JSON_API.FUN.params

The documentation for this class was generated from the following file: