Pattern supported methods
Hans Karlsen (talk | contribs) (Created page with "Certain modelpatterns has methods with built in support in the servers. The llist of all supported classes and methods is maintained here: if (classifier.Name == "ZXing") { if (method.Name == "QRImage") else if (method.Name == "BarcodeImage") } else if (classifier.Name == "SysUser") { if (method.Name == "HashPassword") else if (method.Name == "VerifyHashedPassword") else if (method.Name ==...") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
The llist of all supported classes and methods is maintained here: | The llist of all supported classes and methods is maintained here: | ||
Only in turnkey | |||
if (classifier.Name == "ZXing") | if (classifier.Name == "ZXing") | ||
{ | { | ||
Line 7: | Line 8: | ||
else if (method.Name == "BarcodeImage") | else if (method.Name == "BarcodeImage") | ||
} | } | ||
else if (classifier.Name == "SysOpenAIChatSession") | |||
if (method.Name == "Generate") | |||
else if (classifier.Name == "LiveUpdate") | |||
if (method.Name == "Perform") | |||
Line 56: | Line 61: | ||
else if (method.Name == "RSAEncrypt") | else if (method.Name == "RSAEncrypt") | ||
} | } | ||
Revision as of 16:14, 3 June 2024
Certain modelpatterns has methods with built in support in the servers.
The llist of all supported classes and methods is maintained here:
Only in turnkey if (classifier.Name == "ZXing") { if (method.Name == "QRImage") else if (method.Name == "BarcodeImage") } else if (classifier.Name == "SysOpenAIChatSession") if (method.Name == "Generate") else if (classifier.Name == "LiveUpdate") if (method.Name == "Perform")
else if (classifier.Name == "SysUser") { if (method.Name == "HashPassword") else if (method.Name == "VerifyHashedPassword") else if (method.Name == "Consume") else if (method.Name == "GetSecurityStamp") else if (method.Name == "GetPurchaseUrl") else if (method.Name == "Office365RefreshAccessToken") else if (method.Name == "OpenIdConnectAccessTokenRefresh") else if (classifier.Name == "SysGraphAPI") if (method.Name == "GetDecodedAccessToken") else if (method.Name == "GetDecodedRefreshToken") else if (method.Name == "GetUsersFromGroupId") else if (method.Name == "GetGroupsFromPrincipalUser") else if (method.Name == "GetUsers") else if (method.Name == "Search") else if (method.Name == "LookUpFromUrl") else if (method.Name == "LookUpLocationFromDriveIdAndId") else if (method.Name == "LookUpFromDriveIdAndIdAndVersion") else if (method.Name == "DriveDriveItemToThumbnailUrl") else if (method.Name == "AdHocGetQuery") else if (classifier.Name == "SysGraphAPIResultRow") if (method.Name == "NavigateDownInFolder") else if (method.Name == "NavigateUpToParentFolder") else if (classifier.Name == "SysSingleton") if (method.Name == "GetSystemUrl") else if (method.Name == "SHA512ComputeHash") else if (method.Name == "SHA256ComputeHash") else if (method.Name == "BitConverterToString") else if (method.Name == "GenerateTokenJWT" || method.Name == "GenerateTokenJWTWithSysCert") else if (method.Name == "GenerateTokenSAML2" || method.Name == "GenerateTokenSAML2WithSysCert") else if (method.Name == "VerifySAML2") else if (method.Name == "VerifyJWT") else if (method.Name == "Deflate") else if (method.Name == "UrlEncode") else if (classifier.Name == "SysCert") if (method.Name == "GetAsCertString") else if (method.Name == "InitFromCertString") else if (method.Name == "GenerateRSAParams") else if (method.Name == "RSADecrypt") else if (method.Name == "RSAEncrypt") }
This page was edited more than 7 months ago on 06/05/2024. What links here