DocumentFileAttachment Properties |
The DocumentFileAttachment type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Document | The Document to which this DocumentFileAttachment belongs. [Required] [Filter(multi eq)] [Owner] | |
| EmbeddedFileContents | The contents of the embedded file. null when the file is linked. | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| FileName | The display name of the file. Initially set to the file name (without path) of the linked or the embedded file. [Required] | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLinked | True when the document is linked (ony file name is kept). false when the document is embedded. [Required] [Default(false)] [Filter(eq)] | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| LinkedFilePath | Path to the linked file. null when the file is embedded. | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Notes | Notes for this DocumentFileAttachment. | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| Repository | Provides access to DocumentFileAttachmentsRepository repository methods | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |