Abreu Solutions - Develope control
Introdução - app_Control
Descubra o App Abreu Solutions, diponibiza diverças ferramentas em formato framework v4.7.2.
Carousel
BRA>> (gera código html, configurado por um json com data programada para exibir e ocultar o banner);
USA>> (generates html code, set by a json with date set to show and hide the banner);
Requisição
{
"Items": [
{
"Id": 1,
"DtTm_Start": "2019-06-12 18:55:48",
"DtTm_End": "2050-06-12 18:55:48",
"Priority": 1,
"Controller": "HOME",
"Action": "INDEX",
"Img": "~/Files/Images/Banner/001.jpg",
"Link": "http://www.google.com.br/",
"Target": "_blank"
},
{
"Id": 2,
"DtTm_Start": "2019-06-12 18:55:48",
"DtTm_End": "2050-06-12 18:55:48",
"Priority": 2,
"Controller": "HOME",
"Action": "INDEX",
"Img": "~/Files/Images/Banner/002.jpg",
"Link": "http://www.google.com.br/",
"Target": "_blank"
},
{...}
]
}
Retorno
Pagination
BRA>> (gera código html);
USA>> (generate html code);
Requisição
Retorno
Anterior 1 2 3 PróximoConverter id em descrição
BRA>> (o nome já fala tudo … A Ativo, I Inativo … F Feminino, M Masculino … 1 A validar, 2 Foi validado, 3 A caminho transportadora);
USA>> (the name says it all… A Active, I Inactive… F Female, M Male… 1 Validating, 2 Validated, 3 On the way carrier);
Requisição
Retorno
Converter id em descrição
BRA>> (o nome já fala tudo … A Ativo, I Inativo … F Feminino, M Masculino … 1 A validar, 2 Foi validado, 3 A caminho transportadora);
USA>> (the name says it all… A Active, I Inactive… F Female, M Male… 1 Validating, 2 Validated, 3 On the way carrier);
Requisição
Retorno
RequestApi (Content-Type: "application/json")
BRA>> (foi feita com propriedades similares ao do “Post Man”);
USA>> (was made with properties similar to that of the “Post Man”);
Requisição
{ "SecretKey", "ex.: 123123123123" },
{ "AuthenticationKey", "ex.: AwAwAwAwAwAwAwAwAw" }
{ "", "" }
{ ... }
};
{ "Method", "POST" }, *
{ "Url", "http(s)://api.site.com" }, *
{ "LogIn", "login@login" },
{ "Password", "******" }
};
Retorno
RequestApi (Content-Type: "multipart/form-data; boundary=...")
BRA>> (foi feita com propriedades similares ao do “Post Man”);
USA>> (was made with properties similar to that of the “Post Man”);
Requisição
{ "SecretKey", "ex.: 123123123123" },
{ "AuthenticationKey", "ex.: AwAwAwAwAwAwAwAwAw" }
{ "", "" }
{ ... }
};
{ "Method", "POST" }, *
{ "Url", "http(s)://api.site.com" }, *
{ "LogIn", "login@login" },
{ "Password", "******" }
};
{ "Key", "Value" },
{ "", "" }
{ ... }
};
Retorno
RequestHttp
BRA>> (faz requisições em urls, com método GET e POST);
USA>> (make requests in urls, with method GET and POST);
Requisição
Retorno
SendMail
BRA>> (envio de e-mails);
USA>> (sending emails);
Requisição
{ "SmtpHost", "smtp.site.com" }, *
{ "SmtpPort", "582" }, *
{ "SmtpLogIn", "email@site.com" }, *
{ "SmtpPassword", "******" }, *
{ "MailAddress", "address@site.com" }, *
{ "MailDisplayName", "Display Name" }, *
{ "MailSubject", "Subject" }, *
{ "MailNotification", "notification@site.com" },
{ "MailBcc", "bccA@site.com;bccB@site.com;bccC@site.com" },
{ "MailTo", "user_to@site.com" } *
};
{ "Attachments", "C:\\Attachments\File.docx" }
{ "BodyHtml", "<html><body>...</body></html>" }
};
Comentários
Postar um comentário