System.UserUtente

System.User (ClassType)

Definisce le proprietà di base degli utenti. Utilizzarlo per eseguire una query o selezionare gli utenti di tutte le altre categorie, ad esempio gli utenti Active Directory.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfb757e7e-c0c6-9108-8afe-c7d64bd2e8de

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
System.User:
FirstName  string  Nome Nome false 256  False     
Initials  string  Iniziali Iniziali false 256  False     
LastName  string  Cognome Cognome false 256  False     
Company  string  Società Società false 256  False     
Department  string  Reparto Reparto false 256  False     
Office  string  Ufficio Ufficio false 256  False     
Title  string  Titolo Titolo false 256  False     
EmployeeId  string  Identificatore dipendente Identificatore del dipendente false 256  False     
StreetAddress  string  Via e numero civico Via e numero civico false 1024  False     
City  string  Città Città false 256  False     
State  string  Provincia Provincia false 256  False     
Zip  string  CAP CAP false 256  False     
Country  string  Paese Paese false 256  False     
BusinessPhone  string  Telefono (uff.) Telefono ufficio false 256  False     
BusinessPhone2  string  Telefono (uff.) 2 Telefono ufficio 2 false 256  False     
HomePhone  string  Telefono (ab.) Telefono abitazione false 256  False     
HomePhone2  string  Telefono (ab.) 2 Telefono abitazione 2 false 256  False     
Fax  string  Fax Fax false 256  False     
Mobile  string  Cellulare Cellulare false 256  False     
Pager  string  Cercapersone Cercapersone false 256  False     

Health Model:

Source Code:

<ClassType ID="System.User" Base="System.LogicalEntity" Abstract="true" Accessibility="Public" Hosted="false">
<Property ID="FirstName" Type="string"/>
<Property ID="Initials" Type="string"/>
<Property ID="LastName" Type="string"/>
<Property ID="Company" Type="string"/>
<Property ID="Department" Type="string"/>
<Property ID="Office" Type="string"/>
<Property ID="Title" Type="string"/>
<!--<Property ID="SipAddress" Type="string" /> WI:137469-->
<!--<Property ID="Email" Type="string" /> WI:137469-->
<Property ID="EmployeeId" Type="string"/>
<Property ID="StreetAddress" Type="string" MaxLength="1024"/>
<Property ID="City" Type="string"/>
<Property ID="State" Type="string"/>
<Property ID="Zip" Type="string"/>
<Property ID="Country" Type="string"/>
<Property ID="BusinessPhone" Type="string"/>
<Property ID="BusinessPhone2" Type="string"/>
<Property ID="HomePhone" Type="string"/>
<Property ID="HomePhone2" Type="string"/>
<Property ID="Fax" Type="string"/>
<Property ID="Mobile" Type="string"/>
<Property ID="Pager" Type="string"/>
<!--<Property ID="Locale" Type="string" /> WI:137469-->
</ClassType>