System.Knowledge.ArticleBilgi Bankası Makalesi

System.Knowledge.Article (ClassType)

Bilgi bankası makalelerinin temel özelliklerini tanımlar

Element properties:

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

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.Knowledge.Article:
ArticleType  enum  Bilgi Bankası Makalesi Türü Nasıl yapılır ya da sorun giderme kılavuzu gibi bilgi bankası makalesi türü false 256      System.Knowledge.ArticleTypeEnum 
ArticleTemplate  string  Bilgi Bankası Makalesi Şablonu Bilgi Bankası Makalesi Şablonu false 256  False     
ArticleOwner  string  Bilgi Bankası makalesi sahibi Bilgi bankası makalesinin sahibi olan kullanıcı false 256  False     
Category  enum  Kategori Bilgi bankası makale kategorisi (örneğin, Kuruluş Uygulaması ya da Ağ İletişimi) false 256      System.Knowledge.CategoryEnum 
Comments  string  Yorumlar Bilgi bankası makalesi hakkındaki yorumlar false 4000  False     
CreatedDate  datetime  Oluşturma Tarihi Bilgi bankası makalesinin oluşturulduğu tarih false 256    GetUTCDate()   
CreatedBy  string  Oluşturan Bilgi bankası makalesini oluşturan kullanıcı false 256  False     
PrimaryLocaleID  int  Birincil Yerel Kimlik Birincil Yerel Kimlik false 256       
Status  enum  Durum Bilgi bankası makalesinin durumu (örneğin, taslak ya da arşivlenmiş) false 256      System.Knowledge.StatusEnum 
Tag  enum  Etiket Bilgi bankası makalesiyle ilişkilendirilen bayrak (örneğin, Üst makale ya da Tamamlanacak) false 256      System.Knowledge.TagEnum 
VendorArticleID  string  Satıcı Makalesi Tanımlayıcı Bilgi bankası makale sınıfı tarafından kullanılan bir iç özellik false 256  False     
Title  string  Başlık Bilgi bankası makalesinin başlığı false 200  False     
Abstract  string  Özet Bilgi bankası makalesinin açıklaması false 256  False     
Keywords  string  Anahtar Sözcükler Bilgi bankası makalesiyle ilişkilendirilen anahtar sözcükler false 256  False     
ArticleId  string  Bilgi Bankası Makalesi Kimliği Bilgi Bankası Makalesi Tanımlayıcı true 256  False  {0}   
EndUserContent  binary  Son Kullanıcı İçeriği Son Kullanıcı İçeriği false 256       
AnalystContent  binary  Analist İçeriği Analist tarafından eklenen içerik false 256       
ExternalURLSource  string  Dış URL Kaynağı Kullanıcı dostu URL adı false 256  False     
ExternalURL  string  Dış URL Dış bilgi kaynağı URL'si 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>