System.FileAttachment檔案附件

System.FileAttachment (ClassType)

定義事件和變更要求等項目附加檔案的內容

Element properties:

Base ClassSystem.Information
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId68a35b6d-ca3d-8d90-f93d-248ceff935c0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
System.Information:
Id  string  識別碼 識別碼 true 256  False 
System.FileAttachment:
Extension  string  副檔名 副檔名 false 256  False 
Description  string  描述 描述 false 256  False 
Content  binary  內容 內容 false 256   
Size  int  大小 大小 false 256   
AddedDate  datetime  新增日期 新增日期 false 256   

Health Model:

Source Code:

<ClassType ID="System.FileAttachment" Accessibility="Public" Base="System.Information" Hosted="false" Abstract="false">
<Property ID="Extension" Type="string"/>
<Property ID="Description" Type="string"/>
<Property ID="Content" Type="binary"/>
<Property ID="Size" Type="int"/>
<Property ID="AddedDate" Type="datetime"/>
</ClassType>