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