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