Blob Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class Blob : CorrigoEntityWithComposedIdOfBlobEntitySpecifierBlob
The Blob type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorId |
Entity that owns this blob - work order id or other.
Is required.
|
![]() | ActorTypeId |
Work Order or other.
Is required.
|
![]() | Body |
File content.
Is required.
|
![]() | FileName |
File name. Max Length=256
|
![]() | TypeId |
File type identifier
|