System.UserKäyttäjä

System.User (ClassType)

Määrittää käyttäjien perusominaisuudet. Käytä tätä, kun haluat kohdistaa toiminnon tai kysely kaikkiin muihin luokkiin, kuten Active Directory -käyttäjiin.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektin tila Objektin tila false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Omaisuuden tila Omaisuuden tila false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Huomautukset Huomautukset false 4000       
System.User:
FirstName  string  Etunimi Etunimi false 256  False     
Initials  string  Nimikirjaimet Nimikirjaimet false 256  False     
LastName  string  Sukunimi Sukunimi false 256  False     
Company  string  Yritys Yritys false 256  False     
Department  string  Osasto Osasto false 256  False     
Office  string  Toimisto Toimisto false 256  False     
Title  string  Titteli Titteli false 256  False     
EmployeeId  string  Työntekijän tunnus Työntekijän tunnus false 256  False     
StreetAddress  string  Katuosoite Katuosoite false 1024  False     
City  string  Kaupunki Kaupunki false 256  False     
State  string  Lääni/osavaltio Lääni/osavaltio false 256  False     
Zip  string  Postinumero Postinumero false 256  False     
Country  string  Maa Maa false 256  False     
BusinessPhone  string  Työpuhelin Työpuhelin false 256  False     
BusinessPhone2  string  Työpuhelin2 Työpuhelin2 false 256  False     
HomePhone  string  Kotipuhelin Kotipuhelin false 256  False     
HomePhone2  string  Kotipuhelin2 Kotipuhelin2 false 256  False     
Fax  string  Faksi Faksi false 256  False     
Mobile  string  Matkapuhelin Matkapuhelin false 256  False     
Pager  string  Hakulaite Hakulaite 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>