System.UserFelhasználó

System.User (ClassType)

A felhasználók alapszintű tulajdonságainak meghatározása Segítségével az összes egyéb kategóriába, például az Active Directory felhasználók kategóriába tartozó felhasználók kérdezhetők le és célozhatók meg.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
System.User:
FirstName  string  Keresztnév Keresztnév false 256  False     
Initials  string  Monogram Monogram false 256  False     
LastName  string  Vezetéknév Vezetéknév false 256  False     
Company  string  Vállalat Vállalat false 256  False     
Department  string  Részleg Részleg false 256  False     
Office  string  Iroda Iroda false 256  False     
Title  string  Cím Cím false 256  False     
EmployeeId  string  Alkalmazottazonosító Alkalmazottazonosító false 256  False     
StreetAddress  string  Utca, házszám Utca, házszám false 1024  False     
City  string  Város Város false 256  False     
State  string  Állam Állam false 256  False     
Zip  string  Irányítószám Irányítószám false 256  False     
Country  string  Ország Ország false 256  False     
BusinessPhone  string  Munkahelyi telefon Munkahelyi telefon false 256  False     
BusinessPhone2  string  2. munkahelyi telefon 2. munkahelyi telefon false 256  False     
HomePhone  string  Otthoni telefon Otthoni telefon false 256  False     
HomePhone2  string  2. otthoni telefon 2. otthoni telefon false 256  False     
Fax  string  Fax Fax false 256  False     
Mobile  string  Mobiltelefon Mobiltelefon false 256  False     
Pager  string  Személyhívó Személyhívó 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>