System.Knowledge.ArticleIsmeretcikk

System.Knowledge.Article (ClassType)

Az ismeretcikkek alapszintű tulajdonságainak meghatározása

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdca1410d8-6182-1531-092b-d2232f396bb8

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.Knowledge.Article:
ArticleType  enum  Ismeretcikk típusa Az ismeretcikk típusa, pl. útmutató vagy hibaelhárítási útmutató false 256      System.Knowledge.ArticleTypeEnum 
ArticleTemplate  string  Ismeretcikksablon Ismeretcikksablon false 256  False     
ArticleOwner  string  Ismeretcikk tulajdonosa Az ismeretcikket birtokló felhasználó false 256  False     
Category  enum  Kategória Az ismeretcikk kategóriája (pl. Vállalati alkalmazás vagy Hálózat) false 256      System.Knowledge.CategoryEnum 
Comments  string  Megjegyzések Az ismeretcikkhez fűzött megjegyzések false 4000  False     
CreatedDate  datetime  Létrehozás id. Az ismeretcikk létrehozásának időpontja false 256    GetUTCDate()   
CreatedBy  string  Létrehozó Az a felhasználó, aki létrehozta az ismeretcikket false 256  False     
PrimaryLocaleID  int  Elsődleges területibeállítás-azonosító Elsődleges területibeállítás-azonosító false 256       
Status  enum  Állapot Az ismeretcikk állapota (pl. vázlat vagy archivált) false 256      System.Knowledge.StatusEnum 
Tag  enum  Címke Az ismeretcikkhez rendelt jelző (pl. Legfelső cikk vagy Befejezendő) false 256      System.Knowledge.TagEnum 
VendorArticleID  string  Szállítói cikk azonosítója Az ismeretcikk osztály által használt belső tulajdonság false 256  False     
Title  string  Cím Az ismeretcikk címe false 200  False     
Abstract  string  Kivonat Az ismeretcikk leírása false 256  False     
Keywords  string  Kulcsszavak Az ismeretcikkhez rendelt kulcsszavak false 256  False     
ArticleId  string  Ismeretcikk azonosítója Az ismeretcikk azonosítója true 256  False  {0}   
EndUserContent  binary  Végfelhasználói tartalom Végfelhasználói tartalom false 256       
AnalystContent  binary  Elemzői tartalom Az elemzők által hozzáadott tartalom false 256       
ExternalURLSource  string  Külső URL-forrás Az URL felhasználóbarát neve false 256  False     
ExternalURL  string  Külső URL Külső tudásforrás URL-címe false 256  False     

Health Model:

Source Code:

<ClassType ID="System.Knowledge.Article" Accessibility="Public" Base="System!System.ConfigItem" Hosted="false" Abstract="false">
<Property ID="ArticleType" Type="enum" EnumType="System.Knowledge.ArticleTypeEnum"/>
<Property ID="ArticleTemplate" Type="string"/>
<Property ID="ArticleOwner" Type="string"/>
<Property ID="Category" Type="enum" EnumType="System.Knowledge.CategoryEnum"/>
<Property ID="Comments" Type="string" MaxLength="4000"/>
<Property ID="CreatedDate" Type="datetime" DefaultValue="GetUTCDate()"/>
<Property ID="CreatedBy" Type="string"/>
<Property ID="PrimaryLocaleID" Type="int"/>
<Property ID="Status" Type="enum" EnumType="System.Knowledge.StatusEnum"/>
<Property ID="Tag" Type="enum" EnumType="System.Knowledge.TagEnum"/>
<Property ID="VendorArticleID" Type="string"/>
<Property ID="Title" Type="string" MaxLength="200"/>
<Property ID="Abstract" Type="string"/>
<Property ID="Keywords" Type="string"/>
<Property ID="ArticleId" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="EndUserContent" Type="binary"/>
<Property ID="AnalystContent" Type="binary"/>
<Property ID="ExternalURLSource" Type="string"/>
<Property ID="ExternalURL" Type="string"/>
<FullTextSearchable>
<Property ID="Comments" Filter="TXT"/>
<Property ID="Title" Filter="TXT"/>
<Property ID="Abstract" Filter="TXT"/>
<Property ID="Keywords" Filter="TXT"/>
<Property ID="EndUserContent" Filter="RTF"/>
<Property ID="AnalystContent" Filter="RTF"/>
<Property ID="ExternalURLSource" Filter="TXT"/>
<Property ID="ExternalURL" Filter="TXT"/>
</FullTextSearchable>
</ClassType>