Class FileAttachmentsBusinessObject

Business Object for FileAttachments.

System.Object
  EPS.Business.BusinessObjects.BusinessObject
    EPS.Business.DocumentManagement.FileAttachmentsBusinessObject

public class FileAttachmentsBusinessObject : BusinessObject

Class Members

MemberDescription
Constructor Constructor
GetAttachmentByObjectLinkedToAndCategory
public virtual Guid GetAttachmentByObjectLinkedToAndCategory( Guid linkedObjectId,
string category );
GetAttachmentIdByLinkedObjectId Retrieves the attachment id (pk) for an attachment linked to
public virtual Guid GetAttachmentIdByLinkedObjectId( Guid linkedObjectId );
GetAttachmentsByObjectLinkedTo Returns a list of all file attachments attached to the specified object id.
public virtual DataSet GetAttachmentsByObjectLinkedTo( Guid linkedObjectId );
GetAttachmentsByObjectLinkedToAndCategory Returns a list of all file attachments attached to the specified object id.
public virtual DataSet GetAttachmentsByObjectLinkedToAndCategory( Guid linkedObjectId,
string category );

public virtual DataSet GetAttachmentsByObjectLinkedToAndCategory( Guid linkedObjectId,
string category,
string subCategory );

IsObjectLinkedToAttachment
public virtual bool IsObjectLinkedToAttachment( Guid attachmentId,
Guid linkedObjectId );
LinkAdditionalObject Links a new object to an attachment that already exists in the database.
public virtual bool LinkAdditionalObject( Guid attachmentId,
Guid newLinkedObjectId );
UnassignAttachment Unassigns an attachment from the specified object ID.
public virtual void UnassignAttachment( Guid linkedObjectId );

Requirements

Namespace: EPS.Business.DocumentManagement
Assembly: DOCUMENTMANAGEMENTBUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007