System.UserKullanıcı

System.User (ClassType)

Kullanıcıların temel özelliklerini tanımlar. Bunu, Active Directory kullanıcıları gibi diğer tüm kategorilerden kullanıcıları sorgulamak ya da hedeflemek için kullanın.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Nesne Durumu Nesne durumu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Varlık Durumu Varlık durumu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notlar Notlar false 4000       
System.User:
FirstName  string  Ad Ad false 256  False     
Initials  string  Baş Harfler Baş Harfler false 256  False     
LastName  string  Soyadı Soyadı false 256  False     
Company  string  Şirket Şirket false 256  False     
Department  string  Departman Departman false 256  False     
Office  string  Ofis Ofis false 256  False     
Title  string  Başlık Başlık false 256  False     
EmployeeId  string  Çalışan Tanımlayıcı Çalışan Tanımlayıcı false 256  False     
StreetAddress  string  Adres Adres false 1024  False     
City  string  Şehir Şehir false 256  False     
State  string  Eyalet Eyalet false 256  False     
Zip  string  Posta Kodu Posta Kodu false 256  False     
Country  string  Ülke Ülke false 256  False     
BusinessPhone  string  İş Telefonu İş Telefonu false 256  False     
BusinessPhone2  string  İş Telefonu 2 İş Telefonu 2 false 256  False     
HomePhone  string  Ev Telefonu Ev Telefonu false 256  False     
HomePhone2  string  Ev Telefonu 2 Ev Telefonu 2 false 256  False     
Fax  string  Faks Faks false 256  False     
Mobile  string  Cep Telefonu Cep Telefonu false 256  False     
Pager  string  Çağrı Cihazı Çağrı Cihazı 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>