System.FileAttachmentAnexo de Arquivo

System.FileAttachment (ClassType)

Define as propriedades de arquivos anexados a itens, como incidentes e solicitações de alteração

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False 
System.Information:
Id  string  ID ID true 256  False 
System.FileAttachment:
Extension  string  Extensão Extensão false 256  False 
Description  string  Descrição Descrição false 256  False 
Content  binary  Conteúdo Conteúdo false 256   
Size  int  Tamanho Tamanho false 256   
AddedDate  datetime  Data de Adição Data de Adição 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>