System.FileAttachment文件附件

System.FileAttachment (ClassType)

定义附加到项目(例如事件和更改请求)的文件的属性

Element properties:

Base ClassSystem.Information
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3ffafa10-9628-de4d-ee4c-2372d40ace2f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False 
System.Information:
Id  string  ID ID 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>