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 (KOR) Description (KOR) 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>