FrameIT
|
Public Member Functions | |
OMLIT (T value, string type=null) | |
override string | ToString () |
override string[] | GetDependentFactIds () |
![]() | |
override bool | Equivalent (SOMDoc sd2) |
override SOMDoc | MapURIs (Dictionary< string, string > old_to_new) |
Public Attributes | |
new string | kind = "OMLIT<" + typeof(T).Name + ">" |
string | type |
T | value |
Protected Member Functions | |
override bool | EquivalentWrapped (OMLIT< T > sd2) |
override LambdaExpression | _GetLambdaExpression (LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params) |
override OMLIT< T > | MapURIsWrapped (Dictionary< string, string > old_to_new) |
![]() | |
SOMDocCRTP () | |
abstract bool | EquivalentWrapped (T sd2) |
Package Functions | |
override SOMDoc | SOMDocType (SOMDoc[] args, FUN.Param[] bound_params) |
override Type | ToType (Type[] args,(string name, Type type)[] bound_params) |
REST_JSON_API.OMLIT< T >.OMLIT | ( | T | value, |
string | type = null |
||
) |
|
protected |
|
protected |
override string[] REST_JSON_API.OMLIT< T >.GetDependentFactIds | ( | ) |
|
protectedvirtual |
Implements REST_JSON_API.SOMDocCRTP< OMLIT< T > >.
|
package |
override string REST_JSON_API.OMLIT< T >.ToString | ( | ) |
|
package |
new string REST_JSON_API.OMLIT< T >.kind = "OMLIT<" + typeof(T).Name + ">" |
string REST_JSON_API.OMLIT< T >.type |
T REST_JSON_API.OMLIT< T >.value |