Sei sulla pagina 1di 110

Servizi per l’accesso ai dati dei

bandi, test di ingresso, test di


valutazione/autovalutazione
delle conoscenze
VERSIONE 20181013.01
Azienda certificata UNI EN ISO 9001:2008

Modulo per la Mobilità Internazionale Manuale


Indice
Accesso al servizio e sicurezza .............................................................................................................. 5
End point e WSDL ................................................................................................................................... 5
Autenticazione di secondo livello, ottenimento del token ....................................................... 6
Metodo: LogonUser ................................................................................................................................ 7
SOAP 1.1 ................................................................................................................................................ 7
SOAP 1.2 ................................................................................................................................................ 7
Metodo FindBandi ............................................................................................................................................. 9
Request .......................................................................................................................................................... 9
Proprietà ................................................................................................................................................... 9
SearchParams .......................................................................................................................................... 10
Proprietà ................................................................................................................................................. 10
Response ..................................................................................................................................................... 14
Proprietà .................................................................................................................................................. 14
ManifestoReference ................................................................................................................................ 15
Metodo GetBando ........................................................................................................................................... 23
Request ........................................................................................................................................................ 23
Dati principali ......................................................................................................................................... 23
Proprietà ................................................................................................................................................. 23
Response ..................................................................................................................................................... 24
Dati principali ......................................................................................................................................... 24
Proprietà ................................................................................................................................................. 25
Metodo GetResults.......................................................................................................................................... 27
Request ........................................................................................................................................................ 27
Dati principali ......................................................................................................................................... 27
Proprietà ................................................................................................................................................. 27
Response ..................................................................................................................................................... 28
Dati principali ......................................................................................................................................... 28
Proprietà ................................................................................................................................................. 29
Singolo punteggio prova .......................................................................................................................... 30
Metodo UploadResults .................................................................................................................................... 33
Request ........................................................................................................................................................ 33
smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 2
Azienda certificata UNI EN ISO 9001:2008

Dati principali ......................................................................................................................................... 33


Proprietà ................................................................................................................................................. 33
Response ..................................................................................................................................................... 34
Dati principali ......................................................................................................................................... 34
Proprietà ................................................................................................................................................. 35
Singolo punteggio/risultato ..................................................................................................................... 36
Metodo GetPrenotazioniBando ...................................................................................................................... 39
Request ........................................................................................................................................................ 39
Dati principali ......................................................................................................................................... 39
Proprietà ................................................................................................................................................. 39
Response ..................................................................................................................................................... 40
Dati principali ......................................................................................................................................... 40
Proprietà ................................................................................................................................................. 41
Singola prenotazione ............................................................................................................................... 41
Dati principali ......................................................................................................................................... 42
Proprietà ................................................................................................................................................. 42
BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.Studente ..................................................... 43
Dati principali ......................................................................................................................................... 43
Proprietà ................................................................................................................................................. 44
BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.StudenteLastData ..................................... 52
Dati principali ......................................................................................................................................... 52
Proprietà ................................................................................................................................................. 52
BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Amministrativo.Pagamento ............................. 54
Dati principali ......................................................................................................................................... 54
Proprietà ................................................................................................................................................. 55
BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngresso.PrenotazioneTestIngresso ...... 68
Dati principali ......................................................................................................................................... 68
Proprietà ................................................................................................................................................. 69
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoDomicilio ............... 82
Dati principali ......................................................................................................................................... 82
Proprietà ................................................................................................................................................. 82
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoRecapiti ................. 88
Dati principali ......................................................................................................................................... 88

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 3


Azienda certificata UNI EN ISO 9001:2008

Proprietà ................................................................................................................................................. 88
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoResidenza ............ 93
Dati principali ......................................................................................................................................... 93
Proprietà ................................................................................................................................................. 94
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoResidenzaFiscale 99
Dati principali ....................................................................................................................................... 100
Proprietà ............................................................................................................................................... 100
BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2BandiGetPrenotatiRequest ............ 105
Dati principali ....................................................................................................................................... 106
Proprietà ............................................................................................................................................... 106
BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2BandiGetPrenotatiResponse......... 107
Dati principali ....................................................................................................................................... 107
Proprietà ............................................................................................................................................... 108
BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2PrenotazioneBandoItem ................ 109
Dati principali ....................................................................................................................................... 109
Proprietà ............................................................................................................................................... 109

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 4


Azienda certificata UNI EN ISO 9001:2008

Accesso al servizio e sicurezza


L’accesso al servizio avviene tramite SOAP1. In funzione delle impostazioni per ogni
singolo ateneo l’accesso può essere ristretto a determinati IP, può richiedere
un’autenticazione di primo livello e/o l’utilizzo di un certificato client2.

L’accesso ai metodi esposti dal servizio prevede in ogni caso l’utilizzo di un token
rilasciato al momento dell’autenticazione di secondo livello più avanti descritta.

Ogni chiamata al servizio è tracciata dal sistema.

Le politiche di sicurezza di GOMP possono prevedere limiti per il numero e/o frequenza
di chiamate al metodo o nel numero di sorgenti contemporanee delle request3.

End point e WSDL

L’indirizzo da impostare come endpoint nelle applicazioni è:

https://<URL base>/Service2/Bandi/BandiService2.asmx

L’indirizzo da cui è possibile scaricare il file di descrizione del servizio (WSDL) è:

https://<URL base>/Service2/Bandi/BandiService2.asmx

?WSDL

dove <URL base> è un nome host o IP address che sarà comunicato e potrà variare per
l’ambiente di produzione, pre-esercizio, test e sviluppo.

1
SOAP - W3C Recommendation (Second Edition) 27 April 2007 - https://www.w3.org/TR/soap/
2
Fare riferimento al documento aggiuntivo per ogni singolo Ateneo
3
Controllo su IP nell’unità di tempo
smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 5
Azienda certificata UNI EN ISO 9001:2008

Autenticazione di secondo livello, ottenimento del token


Ogni request prevede, tra i parametri di input, la specifica di un token di
autorizzazione4. Il token è ottenibile tramite il metodo LogonUser. Il metodo di logon
utilizza le politiche di autenticazione del Work Flow di GOMP5, dunque il consumer potrà
autenticarsi con le credenziali assegnate che saranno verificate dal provider associato6
(ad esempio LDAP, Locale ecc.).

Il token di autenticazione ha una durata dipendente dalle impostazioni di sistema e per


il singolo Ateneo, non è necessario rinnovarlo ad ogni richiesta se il token precedente è
ancora valido. Un eccessivo numero di richieste di token (se ancora valido il precedente)
può provocare la sospensione temporanea dell’account associato al consumer.

4
Sequenza univoca in formato GUID - https://msdn.microsoft.com/it-it/library/system.guid(v=vs.110).aspx
5
Il consumer dovrà essere associato ad un account censito in GOMP a cui sono stati associati i diritti necessari per
l’accesso al metodo
6
Fare riferimento alla guida di GOMP
smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 6
Azienda certificata UNI EN ISO 9001:2008

Metodo: LogonUser
Il metodo va invocato per ottenere un token di sicurezza con cui invocare i successivi
metodi descritti.

SOAP 1.1
Il metodo richiede la specifica di UserName e Password. L’autenticazione avverrà nel dominio e con il provider
associato all’utenza specificata.

L’output prevede, in caso di successo, l’assegnazione di un token per le chiamate dei metodi di sevizio SOAP. Il
token è valido fino a scadenza e non deve essere richiesto ad ogni request.

POST /Segreterie/Studenti/Carriere/CarriereAggregato.asmx HTTP/1.1


Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.besmart.it/LogonUser"

<?xml version="1.0" encoding="utf-8"?>


<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LogonUser xmlns="http://www.besmart.it/">
<request>
<UserName>string</UserName>
<Password>string</Password>
</request>
</LogonUser>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>


<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LogonUserResponse xmlns="http://www.besmart.it/">
<LogonUserResult />
</LogonUserResponse>
</soap:Body>
</soap:Envelope>

SOAP 1.2
Il metodo richiede la specifica di UserName e Password. L’autenticazione avverrà nel dominio e con il provider
associato all’utenza specificata.

L’output prevede, in caso di successo, l’assegnazione di un token per le chiamate dei metodi di sevizio SOAP. Il
token è valido fino a scadenza e non deve essere richiesto ad ogni request.

POST /Segreterie/Studenti/Carriere/CarriereAggregato.asmx HTTP/1.1


Host: localhost
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>


<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<LogonUser xmlns="http://www.besmart.it/">
<request>
<UserName>string</UserName>
<Password>string</Password>
</request>
</LogonUser>
</soap12:Body>
smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 7
Azienda certificata UNI EN ISO 9001:2008

</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>


<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<LogonUserResponse xmlns="http://www.besmart.it/">
<LogonUserResult />
</LogonUserResponse>
</soap12:Body>
</soap12:Envelope>

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 8


Azienda certificata UNI EN ISO 9001:2008

Metodo FindBandi
Il metodo consente di cercare, con più parametri, bandi ed ottenerne un elenco in formato
ManifestoReference.

Per le codifiche utilizzate, oltre a quanto indicato nel presente documento, far riferimento ai servizi e
vocabolari MIUR (ANS, SUA), ISTAT.

Request

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco 1bd2aa14-7d04-3864-9443-e2ebdd99a827
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizion
Nome Tipo
e

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 9


Azienda certificata UNI EN ISO 9001:2008

ClientVersion System.Version

Lingua System.String

RequestToke System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


n Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Parametri
SearchPara BeSmart.Gomp2010.BusinessObject.Manifesti.OrdinamentiFinderP
effettivi di
ms arams
ricerca

SearchParams

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Nome Tipo Descrizione

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Base.AnnoAcc
Anno accademico della
ademico,
AnnoAccademico didattica (anno
BeSmart.Gomp.BusinessObject.Core,
regolamento)
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[System.
Chiave anagrafe ANS
String, mscorlib, Version=4.0.0.0,
ChiaveAnagrafe referenziata dalla didattica
Culture=neutral,
(generica o di curriculum)
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 10


Azienda certificata UNI EN ISO 9001:2008

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Base.ClasseDi
Laurea, Classe di laurea della
ClasseDiLaurea
BeSmart.Gomp.BusinessObject.Core, didattica
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[System.
String, mscorlib, Version=4.0.0.0,
ClassName Object type
Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
Codice RAD della didattica
String, mscorlib, Version=4.0.0.0,
Codice (per didattiche programmate
Culture=neutral,
MIUR SUA)
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
String, mscorlib, Version=4.0.0.0, Chiave anagrafe generica
CodiceANS
Culture=neutral, della didattica
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
Codice famiglia
String, mscorlib, Version=4.0.0.0,
CodiceFamiglia (raggruppamento) della
Culture=neutral,
didattica (dove utilizzato)
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
CodiceInsegnament String, mscorlib, Version=4.0.0.0, Codice insegnamento
o Culture=neutral, contenuto nella didattica
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
String, mscorlib, Version=4.0.0.0, Codice sede/locale/interno
CodiceInternoSede
Culture=neutral, della didattica
PublicKeyToken=b77a5c561934e089]]

CodiceLungo System.Collections.Generic.List`1[[System. Codicione della didattica


String, mscorlib, Version=4.0.0.0,

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 11


Azienda certificata UNI EN ISO 9001:2008

Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
String, mscorlib, Version=4.0.0.0, Codice OFF/SUA della
CodiceOFF
Culture=neutral, didattica
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
Guid, mscorlib, Version=4.0.0.0, Corsi referenziati dal bando
CorsoBando
Culture=neutral, (per bandi)
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
String, mscorlib, Version=4.0.0.0, CUIN referenziato dalla
CUIN
Culture=neutral, didattica
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.DateTime, Range di date prenotazioni


DataFinePrenotazio
mscorlib, Version=4.0.0.0, Culture=neutral, per test schema 1, estremo
niTestIngressoFrom
PublicKeyToken=b77a5c561934e089]] inferiore fine intervallo

System.Nullable`1[[System.DateTime, Range di date prenotazioni


DataFinePrenotazio
mscorlib, Version=4.0.0.0, Culture=neutral, per test schema 1, estremo
niTestIngressoTo
PublicKeyToken=b77a5c561934e089]] superiore fine intervallo

System.Nullable`1[[System.DateTime, Range di date prenotazioni


DataInizioPrenotazio
mscorlib, Version=4.0.0.0, Culture=neutral, per test schema 1, estremo
niTestIngressoFrom
PublicKeyToken=b77a5c561934e089]] inferiore inizio intervallo

System.Nullable`1[[System.DateTime, Range di date prenotazioni


DataInizioPrenotazio
mscorlib, Version=4.0.0.0, Culture=neutral, per test schema 1, estremo
niTestIngressoTo
PublicKeyToken=b77a5c561934e089]] superiore inizio intervallo

Denominazione locale della


Denominazione System.String
didattica

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 12


Azienda certificata UNI EN ISO 9001:2008

Denominazione OFF/SUA
DenominazioneOFF System.String
della didattica

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Manifesti.Manif
estoTypeEnum, Tipo di didattica, bando,
ManifestoType
BeSmart.Gomp.BusinessObject.Core, concorso
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[System.
Regola di conseguimento,
Guid, mscorlib, Version=4.0.0.0,
MediaRule calcolo media, accesso alla
Culture=neutral,
prova finale implementata
PublicKeyToken=b77a5c561934e089]]

PartialDenominazion Ricerca denominazione


System.Boolean
e locale per sottostringa

PartialDenominazion Ricerca denominazione


System.Boolean
eOFF OFF/SUA per sottostringa

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Base.Riferime
RiferimentoNormativ ntoNormativo, Riferimento normativo della
o BeSmart.Gomp.BusinessObject.Core, didattica
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Base.Validatio
nSummary+ValidationStatusEnum, Stato di approvazione della
Status
BeSmart.Gomp.BusinessObject.Core, didattica
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

Struttura didattica di
StrutturaDidattica System.Collections.Generic.List`1[[System. afferenza (responsabile)
Guid, mscorlib, Version=4.0.0.0, della didattica

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 13


Azienda certificata UNI EN ISO 9001:2008

Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[BeSmart
.Gomp.Common.Eventi.CarrieraStudenti.Ti
Tipologia di bando (per
TipoBando poBandoEnum, BeSmart.Gomp.Common,
bandi)
Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[BeSmart
.Gomp2010.BusinessObject.Manifesti.Manif
estoTypeEnum, Tipologia di corso del bando
TipoCorsoBando
BeSmart.Gomp.BusinessObject.Core, (per bandi)
Version=8.32.207.31597, Culture=neutral,
PublicKeyToken=null]]

System.Collections.Generic.List`1[[System.
Guid, mscorlib, Version=4.0.0.0, Identificativo univoco della
UID
Culture=neutral, didattica
PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[System.
UIDProgrammazion Guid, mscorlib, Version=4.0.0.0, Identificativo univoco della
e Culture=neutral, didattica erogata collegata
PublicKeyToken=b77a5c561934e089]]

Response

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizio
Nome Tipo
ne

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 14


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp2010.BusinessObject.Manifesti.ManifestiReferences.Manifesto
Didattiche
ReferenceCollection

System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0,


Messages
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral,


NewToken
PublicKeyToken=b77a5c561934e089]]

ResponseT BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.Respons
ype eTypeEnum

ManifestoReference

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Nome Tipo Descrizione

BeSmart.Gomp2010.BusinessObject.Base.Anno
AnnoAccademico Anno accademico
Accademico

AnnoAccademicoInizio5 BeSmart.Gomp2010.BusinessObject.Base.Anno AnnoAccademicoI


09 Accademico nizio509

AnnoAccademicoInizio5 AnnoAccademicoI
System.Boolean
09Specified nizio509Specified

BeSmart.Gomp2010.BusinessObject.Base.AreaD Area disciplinare


AreaDisciplinare
isciplinareClasse della didattica

BeSmart.Gomp2010.BusinessObject.CorsiDiLaur
Ateneo Ateneo
ea.Ateneo

System.Nullable`1[[System.Int32, mscorlib,
Ciclo Version=4.0.0.0, Culture=neutral, Ciclo
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 15


Azienda certificata UNI EN ISO 9001:2008

Indica se è stato
CicloSpecified System.Boolean
indcato il ciclo

BeSmart.Gomp2010.BusinessObject.Base.Class
ClassiDiLaurea Classi di laurea
eDiLaureaCollection

ClipBoardDescription System.String

Codice
CodiceAlmaLaurea System.String
AlmaLaurea

CodiceANS System.String Codice ANS

CodiceFamiglia System.String Codice famiglia

Indica se è stato
CodiceFamigliaSpecifie
System.Boolean indicato il codice
d
famiglia

CodiceInterno System.String Codice interno

Codice per la
CodiceProvaNumeroCh
System.String prova a numero
iuso
chiuso

CodiceProvaNumeroCh CodiceProvaNume
System.Boolean
iusoSpecified roChiuso specified

CodiceRAD System.String Codice RAD

CodiceSUA System.String Codice SUA

Codicione System.String Codicione

Collezione dei dati


CurriculumReducedColl BeSmart.Gomp2010.BusinessObject.Manifesti.C
del curriculum
ection urriculumReducedCollection
ridotto

CurriculumReducedColl
System.Boolean
ectionSpecified

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 16


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.DateTime, mscorlib,
DataChiusuraImmatricol Data chiusura
Version=4.0.0.0, Culture=neutral,
azioni immatricolazioni
PublicKeyToken=b77a5c561934e089]]

Data fine
System.Nullable`1[[System.DateTime, mscorlib, prenotazione test
DataFinePrenotazioniT
Version=4.0.0.0, Culture=neutral, in caso di pre-
estIngresso
PublicKeyToken=b77a5c561934e089]] iscrizione/test di
ingresso

Indica se è stata
indicata la data
DataFinePrenotazioniT fine prenotazione
System.Boolean
estIngressoSpecified in caso di pre-
iscrizione/test di
ingresso

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioImmatricolazi Data inizio
Version=4.0.0.0, Culture=neutral,
oni immatricolazioni
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.DateTime, mscorlib, Data inizio nulla


DataInizioNullaOstaIm
Version=4.0.0.0, Culture=neutral, osta
matricolazione
PublicKeyToken=b77a5c561934e089]] immatricolazione

DataInizioNullaOst
DataInizioNullaOstaIm
System.Boolean aImmatricolazione
matricolazioneSpecified
specified

Data inizio
System.Nullable`1[[System.DateTime, mscorlib, prenotazione test
DataInizioPrenotazioniT
Version=4.0.0.0, Culture=neutral, in caso di pre-
estIngresso
PublicKeyToken=b77a5c561934e089]] iscrizione/test di
ingresso

Indica se è stata
specificata la data
DataInizioPrenotazioniT
System.Boolean di inizio nel caso di
estIngressoSpecified
pre-iscrizione/test
di ingresso

System.Nullable`1[[System.DateTime, mscorlib, Data termine


DataTermineIscrizioneA
Version=4.0.0.0, Culture=neutral, iscrizione per anni
nniSuccessivi
PublicKeyToken=b77a5c561934e089]] succesivi

Indica se è stata
DataTermineIscrizioneA
System.Boolean specificata la data
nniSuccessiviSpecified
di termine

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 17


Azienda certificata UNI EN ISO 9001:2008

iscrizione per anni


successivi

System.Nullable`1[[System.DateTime, mscorlib,
Data del test di
DataTestIngresso Version=4.0.0.0, Culture=neutral,
ingresso
PublicKeyToken=b77a5c561934e089]]

Indica se è stata
DataTestIngressoTestIn specificata la data
System.Boolean
gressoSpecified per i test di
ingresso

BeSmart.Gomp2010.BusinessObject.Manifesti.Or Date del test di


DateTestIngresso
dinamentoDataTestIngressoCollection ingresso

Denominazione System.String

Denominazione_EN System.String

Denominazione
DenominazioneOFF System.String
OFF

Diploma
DiplomaMandatoryTestI
System.Boolean obbligatorio per il
ngresso
test di ingresso

BeSmart.Gomp2010.BusinessObject.Manifesti.M Configurazione
DottoratoConfig
anifestoDottoratoBandoConfiguration bando dottorato

DurataLegale System.Int32 Durata legale

System.Collections.Generic.List`1[[System.Guid, Diploma
ExcludedXorsManifesti mscorlib, Version=4.0.0.0, Culture=neutral, obbligatorio per il
PublicKeyToken=b77a5c561934e089]] test di ingresso

Firma test
FirmaTestIngresso System.Boolean
ingresso

Fase assenza
FraseAssenzaTitolo System.String
titolo

System.Collections.Generic.List`1[[System.Guid,
GruppoPagamentoTestI Gruppo di
mscorlib, Version=4.0.0.0, Culture=neutral,
ngresso pagamento
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 18


Azienda certificata UNI EN ISO 9001:2008

GruppoPagamento
GruppoPagamentoTestI
System.Boolean TestIngresso
ngressoSpecified
specified

ImmatricolazioneSottoC Immatricolazione
System.Boolean
ondizione sotto condizione

System.Nullable`1[[System.Decimal, mscorlib,
ImportoCommissioneM Importo per
Version=4.0.0.0, Culture=neutral,
AV commissione MAV
PublicKeyToken=b77a5c561934e089]]

Importo massimo
System.Nullable`1[[System.Decimal, mscorlib,
ImportoMassimoGruppo per gruppo pre-
Version=4.0.0.0, Culture=neutral,
TestIngresso iscrizione/test di
PublicKeyToken=b77a5c561934e089]]
ingresso

Indica se stato
specificato
ImportoMassimoGruppo l'importo massimo
System.Boolean
TestIngressoSpecified per gruppo pre-
iscrizione/test di
ingresso

System.Nullable`1[[System.Decimal, mscorlib,
Importo per il test
ImportoTestIngresso Version=4.0.0.0, Culture=neutral,
di ingresso
PublicKeyToken=b77a5c561934e089]]

BeSmart.Gomp2010.BusinessObject.Base.Lingu Lingua di
LinguaDiErogazione
a erogazione

Lingua di
LinguaDiVisualizzazion BeSmart.Gomp2010.BusinessObject.Base.Lingu
visualizzazione del
e a
corso Default : ITA

Collezione dei
BeSmart.Gomp2010.BusinessObject.Programma
Manifesti riferimenti per
zioni.ManifestoInProgrammazioneCollection
anno del manifesto

Indica se è stato
ManifestiSpecified System.Boolean inserito il
manifesto

Regole per il
BeSmart.Gomp2010.BusinessObject.Manifesti.M
MediaRule calcolo della
etodoCalcoloMediaRule
media

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 19


Azienda certificata UNI EN ISO 9001:2008

Set di regole da
System.Nullable`1[[System.Guid, mscorlib, applicare per il
MediaRuleSet Version=4.0.0.0, Culture=neutral, calcolo di voto di
PublicKeyToken=b77a5c561934e089]] accesso al titolo
(media ecc.)

MediaRuleSetSpecified System.Boolean

Numero chiuso
NumeroChiusoLocale System.Boolean
locale

NumeroChiusoLocaleS NumeroChiusoLoc
System.Boolean
pecified ale specified

NumeroChiusoNazional Numero chiuso


System.Boolean
e nazionale

NumeroChiusoNazional NumeroChiusoNaz
System.Boolean
eSpecified ionale specified

BeSmart.Gomp2010.BusinessObject.GompObjec
Owner
t

Questionario da
System.Nullable`1[[System.Guid, mscorlib, visualizzare in
QuestionarioTestIngres
Version=4.0.0.0, Culture=neutral, caso di pre-
so
PublicKeyToken=b77a5c561934e089]] iscrizione/test di
ingresso

Indica se è stato
specificato il
QuestionarioTestIngres questionario in
System.Boolean
soSpecified caso di pre-
iscrizione/test di
ingresso

BeSmart.Gomp2010.BusinessObject.Ordinamenti
RequisitiAccesso Rquisiti di accesso
RAD.TestoRAD

System.Nullable`1[[System.DateTime, mscorlib,
Data scadenza
ScadenzaMAV Version=4.0.0.0, Culture=neutral,
MAV
PublicKeyToken=b77a5c561934e089]]

Versione dello
SchemaVersion System.Int32
schema

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 20


Azienda certificata UNI EN ISO 9001:2008

Seconda Lingua di
SecondaLinguaDiEroga BeSmart.Gomp2010.BusinessObject.Base.Lingu erogazione del
zione a corso Default :
NULL

Seconda Lingua di
SecondaLinguaDiEroga
System.Boolean erogazione del
zioneSpecified
corso

BeSmart.Gomp2010.BusinessObject.Manifesti.Se Elenco delle sedi


Sedi
deCollection definite in OFF

System.Nullable`1[[System.Int32, mscorlib,
Sessione per gli
SessioneEsame Version=4.0.0.0, Culture=neutral,
esami di stato
PublicKeyToken=b77a5c561934e089]]

SessioneEsameSpecifi
System.Boolean
ed

BeSmart.Gomp2010.BusinessObject.Manifesti.St Struttura didattica


StruttureDidattiche
rutturaDidatticaManifestoCollection di riferimento

System.Nullable`1[[BeSmart.Gomp.Common.Eve Tipo di debito


TipoDebitoAssenzaTest nti.CarrieraStudenti.TipoDebitoFormativoEnum, formativo per
Ingresso BeSmart.Gomp.Common, Version=1.0.0.0, assenza di test di
Culture=neutral, PublicKeyToken=null]] ingresso

BeSmart.Gomp2010.BusinessObject.Manifesti.M
Tipologia Tipo di manifesto
anifestoTypeEnum

System.Nullable`1[[BeSmart.Gomp.Common.Titol
iStudio.TipoTitoloAccademicoEnum, Tipo di titolo
TitoloAccademico
BeSmart.Gomp.Common, Version=1.0.0.0, accademico
Culture=neutral, PublicKeyToken=null]]

Indica se è stato
TitoloAccademicoSpecif
System.Boolean sperificato il titolo
ied
accademico

UID System.Guid

UIDSpecified System.Boolean

UnitaMisuraDurataLega Unità di misura


BeSmart.Gomp.Common.Base.UnitaTempo
le della didattica

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 21


Azienda certificata UNI EN ISO 9001:2008

Stato di
BeSmart.Gomp2010.BusinessObject.Base.Valida validazione del
ValidationSummary
tionSummary manifesto o della
programmazione

VersionID System.Int32 Versione

Virtuale System.Boolean Virtuale

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 22


Azienda certificata UNI EN ISO 9001:2008

Metodo GetBando
Il metodo consente di accedere al dato completo di un bando. Per il dettaglio completo dei tipi compresi
nella response fare riferimento all’appendice A.

Request

Dati principali

Request per il get delle didattiche

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco 6ee39d58-81ab-36ec-9201-faff3075af89
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 23


Azienda certificata UNI EN ISO 9001:2008

Nome Tipo Descrizione

ClientVersion System.Version

Lingua System.String

System.Nullable`1[[System.Guid, mscorlib,
RequestToken Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Identificativo
UID System.Guid univoco della
didattica

Response

Dati principali

Response per il get di didattiche programmate, erogate

Dati principali

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.BaseRespon
Eredita da
se

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 24


Azienda certificata UNI EN ISO 9001:2008

Identificativ
o univoco 27dfb4a8-409a-342a-95e6-80289a491d50
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizio
Nome Tipo
ne

BeSmart.Gomp2010.BusinessObject.Programmazioni.Programm Didattica
DidatticaErogata
azione erogata

Didattica
DidatticaProgra
BeSmart.Gomp2010.BusinessObject.Manifesti.Ordinamento programm
mmata
ata

System.Collections.Generic.List`1[[System.String, mscorlib,
Messages Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


NewToken
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 25


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.R
ResponseType
esponseTypeEnum

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 26


Azienda certificata UNI EN ISO 9001:2008

Metodo GetResults
Il metodo esegue il download di un set di risultati prova per uno bando. L’elenco dei set è definito (reference)
all’interno del bando nella collection Bando.BandoData. AuthScores.

Request

Dati principali

Request per scaricare gli esiti (punteggi prova) per un bando

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco ca3b9e70-3e1d-3466-8c1b-cde5e2b66bb9
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 27


Azienda certificata UNI EN ISO 9001:2008

Nome Tipo Descrizione

ClientVersion System.Version

Lingua System.String

System.Nullable`1[[System.Guid, mscorlib,
RequestToken Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Identificativo
UID System.Guid univoco del set
di risultati

Response

Dati principali

Response per inviare gli esiti (punteggi prova) per un bando

Dati principali

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.BaseRespon
Eredita da
se

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 28


Azienda certificata UNI EN ISO 9001:2008

Identificativ
o univoco a4aabeac-6624-3b1c-98e9-039d694d14c4
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizio
Nome Tipo
ne

System.Collections.Generic.List`1[[System.String, mscorlib,
Messages Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


NewToken
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ResponseT BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.Respo
ype nseTypeEnum

Evento
ResultsEve BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Bandi.Graduatorie. generato
nt RisultatiBando per il
bando

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 29


Azienda certificata UNI EN ISO 9001:2008

Singolo punteggio prova

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descri
Nome Tipo
zione

Ammes
so
Admitted System.Boolean
(vincito
re)

Application System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0, Prenot


UID Culture=neutral, PublicKeyToken=b77a5c561934e089]] azione

ClipBoardD
System.String
escription

Codice
CodiceEson
System.String dell'eso
ero
nero

Codice
CodiceEson Esoner
eroSpecifie System.Boolean o
d specifie
d

Denominazi
System.String
one

Denominazi
System.String
one_EN

Elegible System.Boolean Idoneo

Eventi
(iscrizio
ne,
System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.
preiscri
Manifesti.Bandi.Graduatorie.DataSet.GraduatoriaFullSetSubscriptionItem
Events zione,
, BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
rinunci
Culture=neutral, PublicKeyToken=null]]
a
esplicit
aa

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 30


Azienda certificata UNI EN ISO 9001:2008

singolo
o tutti i
corsi)

System.Nullable`1[[BeSmart.Gomp2010.BusinessObject.Manifesti.Bandi.
Motivi
ExclusionM Graduatorie.Enums.ImplicitExclusionModeEnum,
esclusi
ode BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
one
Culture=neutral, PublicKeyToken=null]]

ExclusionM
odeSpecifie System.Boolean
d

Note di
ExclusionN
System.String esclusi
otes
one

ExclusionN
otesSpecifie System.Boolean
d

System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.
Esclusi
Manifesti.Bandi.Graduatorie.Items.GraduatoriaFieldValueItem,
Exclusions oni
BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
(Motivi)
Culture=neutral, PublicKeyToken=null]]

Posizio
ne in
Index System.Int32
graduat
oria

Person
a in
Item BeSmart.Gomp.Common.Anagrafiche.Persone.jsonPersona
graduat
oria

System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.
Manifesti.Bandi.Graduatorie.Items.GraduatoriaOFAConditionItem,
OFAs OFA
BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
Culture=neutral, PublicKeyToken=null]]

UID System.Guid

UIDSpecifie
System.Boolean
d

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 31


Azienda certificata UNI EN ISO 9001:2008

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 32


Azienda certificata UNI EN ISO 9001:2008

Metodo UploadResults
Il metodo consente l’invio di un set di risultati per il test/prova del bando. Il set è archiviato ed aggiunto allo
storico dei risultati/prove ed è utilizzabile per la generazione delle graduatorie ed OFA.

Request

Dati principali

Request per inviare gli esiti (punteggi prova) per un bando

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco ade715ce-aa4a-37ad-983d-53a7dc53d6d7
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 33


Azienda certificata UNI EN ISO 9001:2008

Descri
Nome Tipo
zione

Identifi
cativo
Bando System.Guid univoc
o del
bando

ClientV
System.Version
ersion

Lingua System.String

Request System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral,


Token PublicKeyToken=b77a5c561934e089]]

Risulta
to della
prova
System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.Mani
utilizza
festi.Bandi.Graduatorie.DataSet.GraduatoriaFullSetItem,
Results ndo lo
BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
schem
Culture=neutral, PublicKeyToken=null]]
a set
del
bando

Response

Dati principali

Response per inviare gli esiti (punteggi prova) per un bando

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 34


Azienda certificata UNI EN ISO 9001:2008

Dati principali

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.BaseRespon
Eredita da
se

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativ
o univoco a4aabeac-6624-3b1c-98e9-039d694d14c4
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizio
Nome Tipo
ne

System.Collections.Generic.List`1[[System.String, mscorlib,
Messages Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


NewToken
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 35


Azienda certificata UNI EN ISO 9001:2008

ResponseT BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.Respo
ype nseTypeEnum

Evento
ResultsEve BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Bandi.Graduatorie. generato
nt RisultatiBando per il
bando

Singolo punteggio/risultato

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descri
Nome Tipo
zione

Ammes
so
Admitted System.Boolean
(vincito
re)

Application System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0, Prenot


UID Culture=neutral, PublicKeyToken=b77a5c561934e089]] azione

ClipBoardD
System.String
escription

Codice
CodiceEson
System.String dell'eso
ero
nero

Codice
CodiceEson Esoner
eroSpecifie System.Boolean o
d specifie
d

Denominazi
System.String
one

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 36


Azienda certificata UNI EN ISO 9001:2008

Denominazi
System.String
one_EN

Elegible System.Boolean Idoneo

Eventi
(iscrizio
ne,
preiscri
System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject. zione,
Manifesti.Bandi.Graduatorie.DataSet.GraduatoriaFullSetSubscriptionItem rinunci
Events
, BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294, a
Culture=neutral, PublicKeyToken=null]] esplicit
aa
singolo
o tutti i
corsi)

System.Nullable`1[[BeSmart.Gomp2010.BusinessObject.Manifesti.Bandi.
Motivi
ExclusionM Graduatorie.Enums.ImplicitExclusionModeEnum,
esclusi
ode BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
one
Culture=neutral, PublicKeyToken=null]]

ExclusionM
odeSpecifie System.Boolean
d

Note di
ExclusionN
System.String esclusi
otes
one

ExclusionN
otesSpecifie System.Boolean
d

System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.
Esclusi
Manifesti.Bandi.Graduatorie.Items.GraduatoriaFieldValueItem,
Exclusions oni
BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
(Motivi)
Culture=neutral, PublicKeyToken=null]]

Posizio
ne in
Index System.Int32
graduat
oria

Person
Item BeSmart.Gomp.Common.Anagrafiche.Persone.jsonPersona
a in

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 37


Azienda certificata UNI EN ISO 9001:2008

graduat
oria

System.Collections.Generic.List`1[[BeSmart.Gomp2010.BusinessObject.
Manifesti.Bandi.Graduatorie.Items.GraduatoriaOFAConditionItem,
OFAs OFA
BeSmart.Gomp.BusinessObject.Core, Version=8.32.207.38294,
Culture=neutral, PublicKeyToken=null]]

UID System.Guid

UIDSpecifie
System.Boolean
d

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 38


Azienda certificata UNI EN ISO 9001:2008

Metodo GetPrenotazioniBando
Il metodo consente di eseguire il download del dettaglio delle prenotazioni (anagrafica studente, evento
prenotazione, indirizzi e recapiti) e pagamenti per un singolo bando.

Request

Dati principali

Request per l'accesso ai prenotati di un bando

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco 1f54923f-6f98-3da6-b032-eb5dc101258a
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 39


Azienda certificata UNI EN ISO 9001:2008

Nome Tipo Descrizione

ClientVersion System.Version

Lingua System.String

System.Nullable`1[[System.Guid, mscorlib,
RequestToken Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Identificativo
UID System.Guid univoco del
bando

Response

Dati principali

Response per l'accesso ai prenotati di un bando

Dati principali

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.BaseRespon
Eredita da
se

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 40


Azienda certificata UNI EN ISO 9001:2008

Identificativ
o univoco 51251d85-064e-350d-a78b-0dd7a65d89f2
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descriz
Nome Tipo
ione

Message System.Collections.Generic.List`1[[System.String, mscorlib,


s Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

NewToke System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


n Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[BeSmart.Gomp.Segreterie.DbHelper.S Dettagli
OAP.BandiService2PrenotazioneBandoItem, o delle
Prenotati
BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral, prenota
PublicKeyToken=null]] zioni

Respons BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.ResponseT
eType ypeEnum

Singola prenotazione

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 41


Azienda certificata UNI EN ISO 9001:2008

Dati principali

Singola prenotazione ad un bando

Dati principali

Eredita da System.Object

BeSmart.Gomp.Segreterie.DbHelper,
Assembly Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null

91a2fed8-f7d6-3f1e-8794-
Identificativo univoco della classe
57cabf6d6539

Classe astratta NO

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizi
Nome Tipo
one

System.Collections.Generic.List`1[[BeSmart.Gomp.Segreterie.Core.Eventi. Pagame
Pagame
Operativo.Amministrativo.Pagamento, BeSmart.Gomp.Segreterie.Core, nto,
nto
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] scompo
sto nelle

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 42


Azienda certificata UNI EN ISO 9001:2008

eventual
i
compon
enti
contabili

Prenotaz BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngresso.Prenotazio Prenota


ione neTestIngresso zione

Student
e
Studente BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.Studente
prenotat
o

Domicili
o,
Studente
BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.StudenteLastData residenz
Data
a,
recapiti

BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.Studente

Dati principali

Studente

Dati principali

Eredita da BeSmart.Gomp.Common.Anagrafiche.Persone.Persona

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 43


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0,
Assembly
Culture=neutral, PublicKeyToken=null

Identificativo univoco della


60b97393-c95c-32ca-8491-943486608787
classe

Classe astratta NO

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Nome Tipo Descrizione

AbilitatoWeb System.Boolean

Bit che identifica


che lo studente
AssenzaCodiceFiscal
System.Boolean è straniero e
eStraniero
non ha inserito il
codice fiscale

Indica se è false
AssenzaCodiceFiscal il bit
System.Boolean
eStranieroSpecified AssenzaCodice
FiscaleStraniero

Metodo di
AuthMode System.String
autenticazione

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 44


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Common.Anagrafiche.Classificazione.
Classificazione
ClassificazioneItemCollection

BeSmart.Gomp.Common.Ateco.AtecoSottocategoriaC
ClassificazioneAteco
ollection

BeSmart.Gomp.Common.Anagrafiche.Classificazione.
ClassificazioneCnel
ClassificazioneItemCollection

ClassificazioneSpecif
System.Boolean
ied

ClipBoardDescription System.String

Gets or sets the


CodiceErasmus System.String
codice erasmus.

Gets a value
indicating
CodiceErasmusSpeci
System.Boolean whether [codice
fied
erasmus
specified].

CodiceFiscale System.String

CodiceFiscaleCleane
System.String
d

CodiceFiscaleSpecifi
System.Boolean
ed

Gets or sets the


CodiceInterno System.String
codice interno.

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 45


Azienda certificata UNI EN ISO 9001:2008

CodiceInternoPerson
System.String
a

CodiceInternoPerson
System.Boolean
aSpecified

Cognome System.String

CognomeSpecified System.Boolean

ComputedDataNascit
System.Boolean
a

ComputedDataNascit
System.Boolean
aSpecified

ComuneNascita BeSmart.Gomp.Common.Localizzazione.Comune

BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Mobi Convenzione
ConvenzioneMobilitaI
litaInternazionale.ConvenzioneMobilitaInternazionaleR mobilità
nternazionale
educed internazionale

ConvenzioneMobilitaI ConvenzioneMo
nternazionaleSpecifie System.Boolean bilitaInternazion
d ale Specified

DataNascita System.DateTime

Denominazione System.String

Denominazione_EN System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 46


Azienda certificata UNI EN ISO 9001:2008

Bit che identifica


che lo studente
è stato
DisattivatoSuLdap System.Boolean
disapilitato (è
scaduto) su
LDAP

Indica se è false
DisattivatoSuLdapSp il bit
System.Boolean
ecified DisattivatoSuLd
ap

DomandaEmergenza System.String

Esclusione
EscludiInvii System.Boolean
totale dagli invii

EscludiInviiSpecified System.Boolean

BeSmart.Gomp.Common.Anagrafiche.Persone.Gener
Genere
e

Imported System.Boolean

ImportedSpecified System.Boolean

Gets or sets the


InstitutionalCodeSim
BeSmart.Gomp.Common.SimpleObject institutional
pleObject
code.

Gets a value
indicating
InstitutionalCodeSim
System.Boolean whether
pleObjectSpecified
[institutional
code specified].

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 47


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.DateTime, mscorlib,
Ultimo resync
LastSourceResync Version=4.0.0.0, Culture=neutral,
dalla sorgente
PublicKeyToken=b77a5c561934e089]]

Gets a value
indicating
LastSourceResyncSp
System.Boolean whether [last
ecified
source resync
specified].

LocalitaNascita System.String

LocalitaNascitaSpecif
System.Boolean
ied

Numero di errori
LogonErrors System.Int32
di logon

Gets a value
indicating
LogonErrorsSpecified System.Boolean whether [logon
errors
specified].

Data fino a
quando
System.Nullable`1[[System.DateTime, mscorlib,
l'account è
LogonErrorsStopUntil Version=4.0.0.0, Culture=neutral,
sospeso
PublicKeyToken=b77a5c561934e089]]
temporaneamen
te

LogonErrorsStopUntil
System.Boolean
Specified

LogonName System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 48


Azienda certificata UNI EN ISO 9001:2008

Identificativo
MobileAndroidBetaID System.String Google Play del
Beta tester

MobileAndroidBetaID
System.Boolean
Specified

Identificativo
MobileIOSBetaID System.String Apple Store del
Beta tester

MobileIOSBetaIDSpe
System.Boolean
cified

System.Nullable`1[[System.Int32, mscorlib,
MoodleId Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

MoodleIdSpecified System.Boolean

Nome System.String

NomeCompleto System.String

NomeCompletoCodic
System.String
eFiscale

NomeCompletoCogn
System.String
omePrima

NomeCompletoCogn
omePrimaCodiceFisc System.String
ale

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 49


Azienda certificata UNI EN ISO 9001:2008

NomeSpecified System.Boolean

PartitaIva System.String

PartitaIvaSpecified System.Boolean

Password System.String

Gets or sets a
value indicating
PasswordAutogenera whether
System.Boolean
taMaiCambiata [password
autogenerata
mai cambiata].

Gets a value
indicating
PasswordAutogenera whether
taMaiCambiataSpecif System.Boolean [password
ied autogenerata
mai cambiata
specified].

System.Nullable`1[[System.DateTime, mscorlib, Gets or sets the


PasswordExpires Version=4.0.0.0, Culture=neutral, password
PublicKeyToken=b77a5c561934e089]] expires.

Gets a value
indicating
PasswordExpiresSpe whether
System.Boolean
cified [password
expires
specified].

PasswordExternal System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 50


Azienda certificata UNI EN ISO 9001:2008

Riferimento a
quale provincia
Reference BeSmart.Gomp.Common.CommonBaseObject
appartiene
l'utente

Indica se il
ReferenceSpecified System.Boolean riferimento è
stato indicato

Autorizza il
sistema ad
inviare mail di
job alert quando
RiceviMailJobAlert System.Boolean
viene pubblicata
una nuova
offerta
(Empowerment)

Indica se è false
RiceviMailJobAlertSp il bit di ricezione
System.Boolean
ecified delle mail di job
alert

RispostaEmergenza System.String

BeSmart.Gomp.Common.Anagrafiche.Persone.Tipolo
TipologiaPersona
giaPersonaEnum

BeSmart.Gomp.Common.Anagrafiche.Persone.TitoloP
TitoloPersona
ersonaEnum

UID System.Guid

UIDSpecified System.Boolean

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 51


Azienda certificata UNI EN ISO 9001:2008

UPN System.String

BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.StudenteLastData

Dati principali

StudenteLastData

Dati principali

Eredita da System.Object

BeSmart.Gomp.Segreterie.Core,
Assembly Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null

07680154-0897-3189-98cb-
Identificativo univoco della classe
c65b1f29b22b

Classe astratta NO

Proprietà

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 52


Azienda certificata UNI EN ISO 9001:2008

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizi
Nome Tipo
one

Gets or
sets the
Cittadinanze BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollection
cittadina
nze.

Gets or
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.Aggior sets the
Domicilio
namentoDomicilio domicili
o.

Gets or
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.CarrieraS sets the
LastCarriera
tudenti.InizializzazioneCarriera last
carriera.

Gets or
sets the
LastCarrieraCor BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.CarrieraS last
siSingoli tudenti.IscrizioneCorsiSingoli carriera
corsi
singoli.

Gets or
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.Aggior
Recapiti sets the
namentoRecapiti
recapiti.

Gets or
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.Aggior sets the
Residenza
namentoResidenza residenz
a.

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 53


Azienda certificata UNI EN ISO 9001:2008

Gets or
sets the
ResidenzaFiscal BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.Aggior
residenz
e namentoResidenzaFiscale
a
fiscale.

Gets or
sets the
UidStudente System.Guid uid
studente
.

BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Amministrativo.Pagamento

Dati principali

Pagamento

Dati principali

BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Amministrativo.EventoAmmi
Eredita da
nistrativoImporto

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificati
vo c2a450a2-6a80-335c-a311-0d028a057b65
univoco

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 54


Azienda certificata UNI EN ISO 9001:2008

della
classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descriz
Nome Tipo
ione

AllegatoFirmato System.Boolean

AllegatoFirmatoSpecified System.Boolean

BeSmart.Gomp2010.BusinessObject.Base.AnnoAccade
AnnoAccademico
mico

AnnullaEffetti System.Boolean

BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollec
Attaches
tion

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 55


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.Guid, mscorlib,
CarrieraUID Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

CarrieraUIDSpecified System.Boolean

Chiusura System.String

ChiusuraSpecified System.Boolean

Gets or
sets the
CircuitoOperazione System.String circuito
operazi
one.

ClipBoardDescription System.String

ComputedDataEvento System.Boolean

ContenutoInformativo System.String

ContenutoInformativoSpec
System.Boolean
ified

DataEvento System.DateTime

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginale Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 56


Azienda certificata UNI EN ISO 9001:2008

DataEventoOriginaleSpecif
System.Boolean
ied

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSpecified System.Boolean

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSpecified System.Boolean

System.Nullable`1[[System.DateTime, mscorlib,
DataTRN Version=4.0.0.0, Culture=neutral, TRN
PublicKeyToken=b77a5c561934e089]]

Gets a
value
indicatin
g
DataTRNSpecified System.Boolean whether
[data
TRN
specifie
d].

Denominazione System.String

Denominazione_EN System.String

Gets or
DescrizioneEvento System.String sets the
descrizi

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 57


Azienda certificata UNI EN ISO 9001:2008

one
evento.

Gets or
sets the
descrizi
DescrizioneTipologia System.String
one
tipologia
.

Gets or
System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Anag sets the
rafiche.Spc.FlussoRendicontazioneSpcPagamentoEsitoE esito
EsitoPagamentopagoPA
num, BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, pagame
Culture=neutral, PublicKeyToken=null]] ntopago
pa.

Gets a
value
indicatin
g
whether
EsitoPagamentopagoPAS
System.Boolean [esito
pecified
pagame
ntopago
pa
specifie
d].

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Even
EventContext ti.EventoContextEnum, BeSmart.Gomp.Segreterie.Core,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseColle
EventiCollegati
ction

EventiCollegatiSpecified System.Boolean

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 58


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.Int32, mscorlib,
EventoID Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Gets
the
EventoSection System.String
evento
section.

EventoStrategy System.Boolean

EventoStrategySpecified System.Boolean

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type,
ExcludedTypes mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

IUV per
pagoPA
proveni
ente di
ExternalIUV System.String un
partner
tecnolo
gico
esterno

Gets a
value
indicatin
g
ExternalIUVSpecified System.Boolean
whether
[iuv
specifie
d].

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 59


Azienda certificata UNI EN ISO 9001:2008

GruppoPagamento System.Guid

GruppoPagamentoDescrizi
System.String
one

HashCode System.String

Gets or
sets the
iban
IbanContoCorrente BeSmart.Gomp2010.BusinessObject.IBAN.NumeroIBAN
conto
pagame
nto.

Gets a
value
indicatin
g
whether
IbanContoPagamentoSpec
System.Boolean [iban
ified
conto
pagame
nto
specifie
d].

Identific
ativo del
IdentificativoFlussoRendic flusso di
System.String
ontazione rendico
ntazion
e

Gets a
value
IdentificativoFlussoRendic indicatin
System.Boolean
ontazioneSpecified g
whether
[identific
ativo

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 60


Azienda certificata UNI EN ISO 9001:2008

flusso
rendico
ntazion
e
specifie
d].

Gets or
sets the
identific
IdentificativoOperazione System.String
ativo
operazi
one.

System.Nullable`1[[System.Guid, mscorlib,
IDImporter Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

IDImporterSpecified System.Boolean

Gets or
sets the
ImportData System.Object
import
data.

Gets a
value
indicatin
g
ImportDataSpecified System.Boolean whether
[import
data
specifie
d].

Imported System.Boolean

ImporterInternalCode System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 61


Azienda certificata UNI EN ISO 9001:2008

ImporterInternalCodeSpeci
System.Boolean
fied

System.Nullable`1[[System.Guid, mscorlib,
ImporterOperationID Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

ImporterOperationIDSpecif
System.Boolean
ied

Importo System.Decimal

Ipotesi System.Boolean

IpotesiSpecified System.Boolean

Istituto
attestan
BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Ammini te il
IstitutoAttestante
strativo.IstitutoAttestantePagamento pagame
nto per
pagoPA

Gets a
value
indicatin
g
whether
IstitutoAttestanteSpecified System.Boolean
[istituto
attestan
te
specifie
d].

System.Nullable`1[[System.Int32, mscorlib,
IUV per
IUV Version=4.0.0.0, Culture=neutral,
pagoPA
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 62


Azienda certificata UNI EN ISO 9001:2008

Gets a
value
indicatin
g
IUVSpecified System.Boolean
whether
[iuv
specifie
d].

System.Nullable`1[[System.Guid, mscorlib,
LinkedEvent Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib,
LinkedEvent2 Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specified System.Boolean

LinkedEventSpecified System.Boolean

Gets
the
LinkedTypes System.Type[]
linked
types.

System.Nullable`1[[System.Guid, mscorlib,
ListAnnualAmountsUID Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Gets or
BeSmart.Gomp.Segreterie.Core.Anagrafiche.Spc.Istituto sets the
Mittente
Mittente mittente
.

MittenteSpecified System.Boolean Gets a


value

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 63


Azienda certificata UNI EN ISO 9001:2008

indicatin
g
whether
[mittent
e
specifie
d].

NoteEvento System.String

Pagame
nto
generat
o al
moment
o della
riconcili
PagamentoGeneratoDaRic
System.Boolean azione
onciliazionePagoPA
pagoPA
(stato 9,
RPT
non
generat
a/rifiutat
a)

PagamentoGeneratoDaRic
onciliazionePagoPASpecifi System.Boolean
ed

Gets or
sets a
value
indicatin
g
PagamentoManuale System.Boolean
whether
[pagam
ento
manual
e].

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 64


Azienda certificata UNI EN ISO 9001:2008

Gets or
sets a
value
indicatin
g
PagamentoManualeSpecifi whether
System.Boolean
ed [pagam
ento
manual
e
specifie
d].

Gets or
sets a
value
indicatin
pagoPA System.Boolean
g
whether
[pago
pa].

Gets or
sets the
pagoPAPSP System.String
pago
papsp.

Gets or
sets the
pago
pagoPAPSPChannel System.String
papsp
channel
.

Gets a
value
indicatin
pagoPAPSPChannelSpeci g
System.Boolean
fied
whether
[pago
papsp
channel

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 65


Azienda certificata UNI EN ISO 9001:2008

specifie
d].

Gets a
value
indicatin
g
pagoPAPSPSpecified System.Boolean whether
[pago
papsp
specifie
d].

Gets a
value
indicatin
g
pagoPASpecified System.Boolean whether
[pago
pa
specifie
d].

System.Nullable`1[[System.Guid, mscorlib,
PaymentGroupContextUID Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Preambolo System.String

PreamboloSpecified System.Boolean

ProtocolloEsterno System.String

ProtocolloEsternoSpecified System.Boolean

BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.Ammini
TipoPagamento Gets or
strativo.PagamentoTipoEnum sets the

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 66


Azienda certificata UNI EN ISO 9001:2008

tipo
pagame
nto.

BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibili
TipoVisibilitaWorkFlow
taEnum

TipoVisibilitaWorkFlowStu BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibili
denti taEnum

TRN System.String TRN

Gets a
value
indicatin
g
TRNSpecified System.Boolean
whether
[TRN
specifie
d].

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

Dati
BeSmart.Gomp.Segreterie.Core.Amministrativo.Tasse.Ti
Versamento versam
poVersamento
ento

VersamentoSpecified System.Boolean

VersionID System.Int32

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 67


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngresso.PrenotazioneT
estIngresso

Dati principali

Prenotazione test di ingresso

Dati principali

Eredita BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngresso.PrenotazioneT
da estIngressoTechEvent

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificat
ivo
univoco 037b70c1-5218-36aa-acdd-120c0bd9d7ea
della
classe

Classe
NO
astratta

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 68


Azienda certificata UNI EN ISO 9001:2008

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizio
Nome Tipo
ne

AllegatiBandoServic BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.Car
eEvent rieraStudenti.BandoAmmissioneAllegatiServiceEvent

AllegatoFirmato System.Boolean

AllegatoFirmatoSpe
System.Boolean
cified

AnnullaEffetti System.Boolean

Assegnista System.Boolean

Attaches BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollection

Allegato
AttachesCategoriaA categoria
BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollection
mministrativa amministra
tiva

Allegato
AttachesRichiestaA
BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollection richiesta
usilio
ausilio

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 69


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.Car
CarrieraPregressa
rieraStudenti.DichiarazioneCarrieraPregressa

CarrieraPregressaS
System.Boolean
pecified

Categoria
CategoriaAmministr BeSmart.Gomp2010.BusinessObject.Manifesti.CategoriaAm
amministra
ativa ministrativaLabel
tiva

CertificazioneToefl System.Boolean

Chiusura System.String

ChiusuraSpecified System.Boolean

ClipBoardDescriptio
System.String
n

CodicePreiscrizione
NumeroChiusoNazi System.String
onale

ComputedDataEven
System.Boolean
to

ContenutoInformativ
System.String
o

ContenutoInformativ
System.Boolean
oSpecified

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 70


Azienda certificata UNI EN ISO 9001:2008

Corsi che
BeSmart.Gomp2010.BusinessObject.Manifesti.ManifestiRefe
Corsi compongo
rences.ManifestoReferenceForBandoCollection
no il bando

BeSmart.Gomp2010.BusinessObject.Manifesti.CurriculumRe
Curriculum Curriculum
duced

DataEvento System.DateTime

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginal
Version=4.0.0.0, Culture=neutral,
e
PublicKeyToken=b77a5c561934e089]]

DataEventoOriginal
System.Boolean
eSpecified

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSp
System.Boolean
ecified

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSp
System.Boolean
ecified

System.Nullable`1[[System.DateTime, mscorlib, Data


DataPrevistaLaurea Version=4.0.0.0, Culture=neutral, prevista di
PublicKeyToken=b77a5c561934e089]] laurea

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 71


Azienda certificata UNI EN ISO 9001:2008

Bit che
indica se la
data
DataPrevistaLaurea
System.Boolean prevista di
Specified
laurea è
stata
inserita

Denominazione System.String

Denominazione_EN System.String

Descrizion
DescrizioneEvento System.String e
dell'evento

DescrizioneTipologi Descrizion
System.String
a e tipologia

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.
DichiarazioneDsa
DichiarazioneDsa

DichiarazioneDsaSp
System.Boolean
ecified

Dichiarazio
DichiarazioneInvalid BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.
ne di
ita Handycap
invalidità

Il
dottorando
DipendentePubblich indica che
System.Boolean
eAmministrazioni è un
dipendente
di
pubbliche

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 72


Azienda certificata UNI EN ISO 9001:2008

amministra
zioni

Diploma
che lo
studente
dichiara di
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.Tito
Diploma possedere
li.DiplomaStudente
all'atto
della
prenotazio
ne

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.Car
Esami Esami
rieraStudenti.SostenimentoEsameCollection

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Eventi.E
Contesto
EventContext ventoContextEnum, BeSmart.Gomp.Segreterie.Core,
dell'evento
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Eventi
EventiCarrieraPregr BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio della
essa n carriera
pregressa

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio
EventiCollegati
n

EventiCollegatiSpec
System.Boolean
ified

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,


EventoID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Sezione
EventoSection System.String
dell'evento

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 73


Azienda certificata UNI EN ISO 9001:2008

EventoStrategy System.Boolean

EventoStrategySpe
System.Boolean
cified

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type, mscorlib,
ExcludedTypes Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

FruizioneBorsaStudi
System.String
oDottorando

FruizioneBorsaStudi
oDottorandoSpecifie System.Boolean
d

Grado di
GradoInvalidita System.Decimal
invalidita

Handicap
HandicapAltro System.String
altro

Handicap
disturbi
HandicapDsa System.Boolean specifici di
apprendim
ento

Handicap
HandicapDsaSpecifi
System.Boolean dsa
ed
specificato

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 74


Azienda certificata UNI EN ISO 9001:2008

Handicap
HandicapMotorio System.Boolean
motorio

Handicap
HandicapMotorioSp
System.Boolean motorio
ecified
specificato

Handicap
HandicapMultipla System.Boolean
multipla

Handicap
HandicapMultiplaSp
System.Boolean multipla
ecified
specificato

Handicap
HandicapUditivo System.Boolean
uditivo

Handicap
HandicapUditivoSpe
System.Boolean uditivo
cified
specificato

Handicap
HandicapVisivo System.Boolean
visivo

Handicap
HandicapVisivoSpe
System.Boolean visivo
cified
specificato

HashCode System.String

HaveRequisiti System.Boolean

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


IDImporter
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 75


Azienda certificata UNI EN ISO 9001:2008

IDImporterSpecified System.Boolean

ImportData System.Object

ImportDataSpecified System.Boolean

Imported System.Boolean

ImporterInternalCod
System.String
e

ImporterInternalCod
System.Boolean
eSpecified

ImporterOperationI System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


D Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ImporterOperationI
System.Boolean
DSpecified

Lauree che
lo studente
dichiara di
BeSmart.Gomp.Segreterie.Core.Eventi.Persone.Studenti.Tito possedere
Lauree
li.LaureaStudenteCollection all'atto
della
prenotazio
ne

LinguaProvaOrale BeSmart.Gomp2010.BusinessObject.Base.Lingua

LinguaSosteniment
BeSmart.Gomp2010.BusinessObject.Base.Lingua
o

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 76


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent2
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specifi
System.Boolean
ed

LinkedEventSpecifie
System.Boolean
d

LinkedTypes System.Type[]

Manifesto
BeSmart.Gomp2010.BusinessObject.Manifesti.ManifestiRefe relativo al
Manifesto
rences.ManifestoReference corso di
studio

System.Nullable`1[[System.Decimal, mscorlib,
Media
MediaCurricolare Version=4.0.0.0, Culture=neutral,
curriculare
PublicKeyToken=b77a5c561934e089]]

Bit che
indica se la
MediaCurricolareSp media
System.Boolean
ecified curriculare
è stata
inserita

ModelliCompilatiRic
BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollection
aricati

ModelliCompilatiRic
System.Boolean
aricatiSpecified

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 77


Azienda certificata UNI EN ISO 9001:2008

MotivazioniProvaRe
System.String
mota

NoteEvento System.String

Numero di
anni in cui
System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,
NumeroAnniTitolo ha
Culture=neutral, PublicKeyToken=b77a5c561934e089]]
conseguito
il titolo

Bit che
indica se il
numero di
anni in cui
NumeroAnniTitoloS
System.Boolean ha
pecified
conseguito
il titolo è
stato
inserito

BeSmart.Gomp2010.BusinessObject.Manifesti.Orientamento Orientame
Orientamento
Reduced nto

Preambolo System.String

PreamboloSpecified System.Boolean

Evento
tecnico di
PrenotazioneTechE BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngres
prenotazio
vent so.PrenotazioneTestIngressoTechEvent
ne test
ingresso

ProtocolloEsterno System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 78


Azienda certificata UNI EN ISO 9001:2008

ProtocolloEsternoS
System.Boolean
pecified

ProvaRemota System.Boolean

BeSmart.Gomp2010.BusinessObject.Manifesti.AllegatoLabel
Requisiti
Collection

RequisitiSpecified System.Boolean

Richiedi di
partecipare
al
RichiestaConcorsoB concorso
System.Boolean
orsa per
l'ottenimen
to della
borsa

RichiestaC
RichiestaConcorsoB oncorsoBo
System.Boolean
orsaSpecified rsa
specified

System.Collections.Generic.List`1[[BeSmart.Gomp2010.Busi
nessObject.Config.PortaleStudenti.RichiestaAusilioConfigIte
RichiesteAusilio m, BeSmart.Gomp.BusinessObject.Core,
Version=8.32.207.38294, Culture=neutral,
PublicKeyToken=null]]

Risposte
BeSmart.Gomp.Segreterie.Core.Questionari.QuestionarioRis
Risposte questionari
postaUtenteItemCollection
o

Sede
SedeAssegnata System.String
assegnata

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 79


Azienda certificata UNI EN ISO 9001:2008

Bit che
indica se la
SedeAssegnataSpe sede
System.Boolean
cified assegnata
è stata
inserita

ServizioIstituzioniSc
BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.Curric
olasticheItemCollect
ulum.ServizioIstituzioniScolasticheItemCollection
ion

SituazioneLavorativ
System.String
a

SituazioneLavorativ
System.Boolean
aSpecified

TestoAssegnista System.String

TestoAssegnistaSp
System.Boolean
ecified

TipoVisibilitaWorkFl BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilitaE
ow num

TipoVisibilitaWorkFl BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilitaE
owStudenti num

BeSmart.Gomp2010.BusinessObject.Manifesti.EsameDiStat Titoli
TitoliDichiarati
oClasseDiLaureaRequestedItemCollection dichiarati

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio Titoli
TitoliRichiesti
n richiesti
per

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 80


Azienda certificata UNI EN ISO 9001:2008

accedere
al bando

TitoloLaureando System.String

TitoloLaureandoSpe
System.Boolean
cified

TitoloStraniero System.String

TitoloStranieroSpeci
System.Boolean
fied

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

System.Collections.Generic.List`1[[BeSmart.Gomp2010.Busi
nessObject.Manifesti.Bandi.Graduatorie.Items.GraduatoriaFi Valori di
Values eldValueItem, BeSmart.Gomp.BusinessObject.Core, prenotazio
Version=8.32.207.38294, Culture=neutral, ne
PublicKeyToken=null]]

ValuesSpecified System.Boolean

VersionID System.Int32

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 81


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoD
omicilio

Dati principali

Dati principali

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoR
Eredita da
esidenza

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativ
o univoco
0c262947-402c-3497-8d43-e144273d4f73
della
classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 82


Azienda certificata UNI EN ISO 9001:2008

Descrizi
Nome Tipo
one

AllegatoFirmato System.Boolean

AllegatoFirmatoSpecifi
System.Boolean
ed

AnnullaEffetti System.Boolean

BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollectio
Attaches
n

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

Chiusura System.String

ChiusuraSpecified System.Boolean

ClipBoardDescription System.String

ComputedDataEvento System.Boolean

ContenutoInformativo System.String

ContenutoInformativoS
System.Boolean
pecified

DataEvento System.DateTime

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 83


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginale Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataEventoOriginaleS
System.Boolean
pecified

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSpecif
System.Boolean
ied

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSpeci
System.Boolean
fied

Denominazione System.String

Denominazione_EN System.String

DescrizioneEvento System.String

DescrizioneEventoBre
System.String
ve

DescrizioneEventoBre
System.String
veEng

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 84


Azienda certificata UNI EN ISO 9001:2008

DescrizioneTipologia System.String

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Eventi.
EventContext EventoContextEnum, BeSmart.Gomp.Segreterie.Core,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio
EventiCollegati
n

EventiCollegatiSpecifie
System.Boolean
d

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,


EventoID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

EventoSection System.String

EventoStrategy System.Boolean

EventoStrategySpecifi
System.Boolean
ed

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type, mscorlib,
ExcludedTypes Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

HashCode System.String

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


IDImporter
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 85


Azienda certificata UNI EN ISO 9001:2008

IDImporterSpecified System.Boolean

ImportData System.Object

Imported System.Boolean

ImporterInternalCode System.String

ImporterInternalCodeS
System.Boolean
pecified

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


ImporterOperationID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ImporterOperationIDS
System.Boolean
pecified

Indirizzo BeSmart.Gomp.Common.Localizzazione.Indirizzo

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent2
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specified System.Boolean

LinkedEventSpecified System.Boolean

LinkedTypes System.Type[]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 86


Azienda certificata UNI EN ISO 9001:2008

Matricola System.String

NoteEvento System.String

Preambolo System.String

PreamboloSpecified System.Boolean

ProtocolloEsterno System.String

ProtocolloEsternoSpec
System.Boolean
ified

BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
TipoVisibilitaWorkFlow
Enum

TipoVisibilitaWorkFlow BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
Studenti Enum

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

VersionID System.Int32

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 87


Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoRe
capiti

Dati principali

Dati principali

Eredita da BeSmart.Gomp.Segreterie.Core.Eventi.Persone.EventoPersona

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0,
Assembly
Culture=neutral, PublicKeyToken=null

Identificativo
univoco della 8b12b87a-9f9a-3935-8675-6ea9b1d2d562
classe

Classe astratta NO

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizi
Nome Tipo
one

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 88


Azienda certificata UNI EN ISO 9001:2008

AllegatoFirmato System.Boolean

AllegatoFirmatoSpecifi
System.Boolean
ed

AnnullaEffetti System.Boolean

BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollectio
Attaches
n

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

Chiusura System.String

ChiusuraSpecified System.Boolean

ClipBoardDescription System.String

ComputedDataEvento System.Boolean

ContenutoInformativo System.String

ContenutoInformativoS
System.Boolean
pecified

DataEvento System.DateTime

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginale Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 89


Azienda certificata UNI EN ISO 9001:2008

DataEventoOriginaleS
System.Boolean
pecified

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSpecif
System.Boolean
ied

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSpeci
System.Boolean
fied

Denominazione System.String

Denominazione_EN System.String

DescrizioneEvento System.String

DescrizioneTipologia System.String

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Eventi.
EventContext EventoContextEnum, BeSmart.Gomp.Segreterie.Core,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio
EventiCollegati
n

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 90


Azienda certificata UNI EN ISO 9001:2008

EventiCollegatiSpecifie
System.Boolean
d

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,


EventoID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

EventoSection System.String

EventoStrategy System.Boolean

EventoStrategySpecifi
System.Boolean
ed

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type, mscorlib,
ExcludedTypes Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

HashCode System.String

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


IDImporter
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

IDImporterSpecified System.Boolean

Imported System.Boolean

ImporterInternalCode System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 91


Azienda certificata UNI EN ISO 9001:2008

ImporterInternalCodeS
System.Boolean
pecified

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


ImporterOperationID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ImporterOperationIDS
System.Boolean
pecified

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent2
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specified System.Boolean

LinkedEventSpecified System.Boolean

LinkedTypes System.Type[]

Matricola System.String

NoteEvento System.String

Preambolo System.String

PreamboloSpecified System.Boolean

ProtocolloEsterno System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 92


Azienda certificata UNI EN ISO 9001:2008

ProtocolloEsternoSpec
System.Boolean
ified

Recapiti BeSmart.Gomp.Common.Anagrafiche.RecapitoCollection

BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
TipoVisibilitaWorkFlow
Enum

TipoVisibilitaWorkFlow BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
Studenti Enum

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

VersionID System.Int32

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoRe
sidenza

Dati principali

Dati principali

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 93


Azienda certificata UNI EN ISO 9001:2008

Eredita da BeSmart.Gomp.Segreterie.Core.Eventi.Persone.EventoPersona

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0,
Assembly
Culture=neutral, PublicKeyToken=null

Identificativo
univoco della 9eaa5060-e2f6-31d6-9b97-aae941aff4d5
classe

Classe astratta NO

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizi
Nome Tipo
one

AllegatoFirmato System.Boolean

AllegatoFirmatoSpecifi
System.Boolean
ed

AnnullaEffetti System.Boolean

BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollectio
Attaches
n

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 94


Azienda certificata UNI EN ISO 9001:2008

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

Chiusura System.String

ChiusuraSpecified System.Boolean

ClipBoardDescription System.String

ComputedDataEvento System.Boolean

ContenutoInformativo System.String

ContenutoInformativoS
System.Boolean
pecified

DataEvento System.DateTime

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginale Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataEventoOriginaleS
System.Boolean
pecified

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSpecif
System.Boolean
ied

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 95


Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSpeci
System.Boolean
fied

Denominazione System.String

Denominazione_EN System.String

Descrizio
ne
DescrizioneEvento System.String completa
dell'indiri
zzo

Descrizio
DescrizioneEventoBre ne breve
System.String
ve dell'indiri
zzo

DescrizioneEventoBre
System.String
veEng

DescrizioneTipologia System.String

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Eventi.
EventContext EventoContextEnum, BeSmart.Gomp.Segreterie.Core,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollecti
EventiCollegati
on

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 96


Azienda certificata UNI EN ISO 9001:2008

EventiCollegatiSpecifie
System.Boolean
d

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,


EventoID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

EventoSection System.String

EventoStrategy System.Boolean

EventoStrategySpecifi
System.Boolean
ed

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type, mscorlib,
ExcludedTypes Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

HashCode System.String

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


IDImporter
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

IDImporterSpecified System.Boolean

Dati di
ImportData System.Object importazi
one

Imported System.Boolean

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 97


Azienda certificata UNI EN ISO 9001:2008

ImporterInternalCode System.String

ImporterInternalCodeS
System.Boolean
pecified

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


ImporterOperationID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ImporterOperationIDS
System.Boolean
pecified

Nuovo
indirizzo
Indirizzo BeSmart.Gomp.Common.Localizzazione.Indirizzo di
residenz
a

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent2
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specified System.Boolean

LinkedEventSpecified System.Boolean

LinkedTypes System.Type[]

Matricola System.String

NoteEvento System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 98


Azienda certificata UNI EN ISO 9001:2008

Preambolo System.String

PreamboloSpecified System.Boolean

ProtocolloEsterno System.String

ProtocolloEsternoSpec
System.Boolean
ified

BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
TipoVisibilitaWorkFlow
Enum

TipoVisibilitaWorkFlow BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
Studenti Enum

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

VersionID System.Int32

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoRe
sidenzaFiscale

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 99


Azienda certificata UNI EN ISO 9001:2008

Dati principali

Dati principali

BeSmart.Gomp.Segreterie.Core.Eventi.Persone.DatiPrimari.AggiornamentoD
Eredita da
omicilio

BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativ
o univoco
1dbc45a0-165a-392e-80cc-6c8c7a168ae2
della
classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descrizi
Nome Tipo
one

AllegatoFirmato System.Boolean

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 100
Azienda certificata UNI EN ISO 9001:2008

AllegatoFirmatoSpecifi
System.Boolean
ed

AnnullaEffetti System.Boolean

BeSmart.Gomp.Segreterie.Core.Attach.AttachDataCollectio
Attaches
n

BaseTrace BeSmart.Gomp.Common.Base.BaseTrace

Chiusura System.String

ChiusuraSpecified System.Boolean

ClipBoardDescription System.String

ComputedDataEvento System.Boolean

ContenutoInformativo System.String

ContenutoInformativoS
System.Boolean
pecified

DataEvento System.DateTime

System.Nullable`1[[System.DateTime, mscorlib,
DataEventoOriginale Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataEventoOriginaleS
System.Boolean
pecified

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 101
Azienda certificata UNI EN ISO 9001:2008

System.Nullable`1[[System.DateTime, mscorlib,
DataFineValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataFineValiditaSpecif
System.Boolean
ied

System.Nullable`1[[System.DateTime, mscorlib,
DataInizioValidita Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

DataInizioValiditaSpeci
System.Boolean
fied

Denominazione System.String

Denominazione_EN System.String

DescrizioneEvento System.String

DescrizioneEventoBre
System.String
ve

DescrizioneEventoBre
System.String
veEng

DescrizioneTipologia System.String

System.Nullable`1[[BeSmart.Gomp.Segreterie.Core.Eventi.
EventContext EventoContextEnum, BeSmart.Gomp.Segreterie.Core,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 102
Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.Core.Eventi.EventoBaseCollectio
EventiCollegati
n

EventiCollegatiSpecifie
System.Boolean
d

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0,


EventoID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

EventoSection System.String

EventoStrategy System.Boolean

EventoStrategySpecifi
System.Boolean
ed

EventOwner System.Guid

System.Collections.Generic.List`1[[System.Type, mscorlib,
ExcludedTypes Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

HashCode System.String

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


IDImporter
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

IDImporterSpecified System.Boolean

ImportData System.Object

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 103
Azienda certificata UNI EN ISO 9001:2008

Imported System.Boolean

ImporterInternalCode System.String

ImporterInternalCodeS
System.Boolean
pecified

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


ImporterOperationID
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

ImporterOperationIDS
System.Boolean
pecified

Indirizzo BeSmart.Gomp.Common.Localizzazione.Indirizzo

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


LinkedEvent2
Culture=neutral, PublicKeyToken=b77a5c561934e089]]

LinkedEvent2Specified System.Boolean

LinkedEventSpecified System.Boolean

LinkedTypes System.Type[]

Matricola System.String

NoteEvento System.String

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 104
Azienda certificata UNI EN ISO 9001:2008

Preambolo System.String

PreamboloSpecified System.Boolean

ProtocolloEsterno System.String

ProtocolloEsternoSpec
System.Boolean
ified

BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
TipoVisibilitaWorkFlow
Enum

TipoVisibilitaWorkFlow BeSmart.Gomp.Segreterie.Core.Eventi.EventoTipoVisibilita
Studenti Enum

UID System.Guid

UIDSpecified System.Boolean

UserLogon System.String

VersionID System.Int32

BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2BandiGetPrenotatiR
equest

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 105
Azienda certificata UNI EN ISO 9001:2008

Dati principali

Request per l'accesso ai prenotati di un bando

Dati principali

Eredita da BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Requests.BaseRequest

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

Identificativo
univoco 1f54923f-6f98-3da6-b032-eb5dc101258a
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Nome Tipo Descrizione

ClientVersion System.Version

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 106
Azienda certificata UNI EN ISO 9001:2008

Lingua System.String

System.Nullable`1[[System.Guid, mscorlib,
RequestToken Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089]]

Identificativo
UID System.Guid univoco del
bando

BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2BandiGetPrenotatiR
esponse

Dati principali

Response per l'accesso ai prenotati di un bando

Dati principali

BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.BaseRespon
Eredita da
se

BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral,


Assembly
PublicKeyToken=null

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 107
Azienda certificata UNI EN ISO 9001:2008

Identificativ
o univoco 51251d85-064e-350d-a78b-0dd7a65d89f2
della classe

Classe
NO
astratta

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Descriz
Nome Tipo
ione

Message System.Collections.Generic.List`1[[System.String, mscorlib,


s Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

NewToke System.Nullable`1[[System.Guid, mscorlib, Version=4.0.0.0,


n Culture=neutral, PublicKeyToken=b77a5c561934e089]]

System.Collections.Generic.List`1[[BeSmart.Gomp.Segreterie.DbHelper.S Dettagli
OAP.BandiService2PrenotazioneBandoItem, o delle
Prenotati
BeSmart.Gomp.Segreterie.DbHelper, Version=1.0.0.0, Culture=neutral, prenota
PublicKeyToken=null]] zioni

Respons BeSmart.Gomp.Cast.Library.Mobile.Version1.Base.Responses.ResponseT
eType ypeEnum

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 108
Azienda certificata UNI EN ISO 9001:2008

BeSmart.Gomp.Segreterie.DbHelper.SOAP.BandiService2PrenotazioneBando
Item

Dati principali

Singola prenotazione ad un bando

Dati principali

Eredita da System.Object

BeSmart.Gomp.Segreterie.DbHelper,
Assembly Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null

91a2fed8-f7d6-3f1e-8794-
Identificativo univoco della classe
57cabf6d6539

Classe astratta NO

Proprietà

Proprietà disponibili in collaborazione applicativa e XPath/XQuery

Nome Tipo Descrizione

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 109
Azienda certificata UNI EN ISO 9001:2008

Pagamento,
System.Collections.Generic.List`1[[BeSmart.Gomp.Segreterie.Cor
scomposto nelle
Pagame e.Eventi.Operativo.Amministrativo.Pagamento,
eventuali
nto BeSmart.Gomp.Segreterie.Core, Version=1.0.0.0, Culture=neutral,
componenti
PublicKeyToken=null]]
contabili

Prenotaz BeSmart.Gomp.Segreterie.Core.Eventi.Operativo.TestIngresso.Pr
Prenotazione
ione enotazioneTestIngresso

Studente
Studente BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.Studente
prenotato

Domicilio,
Studente BeSmart.Gomp.Segreterie.Core.Anagrafiche.Studenti.StudenteLa
residenza,
Data stData
recapiti

smart_edu servizi per bandi e test - ©Be Smart s.r.l. - pag. 110

Potrebbero piacerti anche